update_trust
(**kwargs)¶Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory.
See also: AWS API Documentation
Request Syntax
response = client.update_trust(
TrustId='string',
SelectiveAuth='Enabled'|'Disabled'
)
[REQUIRED]
Identifier of the trust relationship.
dict
Response Syntax
{
'RequestId': 'string',
'TrustId': 'string'
}
Response Structure
(dict) --
RequestId (string) --
The Amazon Web Services request identifier.
TrustId (string) --
Identifier of the trust relationship.
Exceptions
DirectoryService.Client.exceptions.EntityDoesNotExistException
DirectoryService.Client.exceptions.InvalidParameterException
DirectoryService.Client.exceptions.ClientException
DirectoryService.Client.exceptions.ServiceException