verify_trust
(**kwargs)¶Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.
This action verifies a trust relationship between your Managed Microsoft AD directory and an external domain.
See also: AWS API Documentation
Request Syntax
response = client.verify_trust(
TrustId='string'
)
[REQUIRED]
The unique Trust ID of the trust relationship to verify.
{
'TrustId': 'string'
}
Response Structure
Result of a VerifyTrust request.
The unique Trust ID of the trust relationship that was verified.
Exceptions
DirectoryService.Client.exceptions.EntityDoesNotExistException
DirectoryService.Client.exceptions.InvalidParameterException
DirectoryService.Client.exceptions.ClientException
DirectoryService.Client.exceptions.ServiceException
DirectoryService.Client.exceptions.UnsupportedOperationException