DirectoryService.Client.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.EntityDoesNotExistExceptionDirectoryService.Client.exceptions.InvalidParameterExceptionDirectoryService.Client.exceptions.ClientExceptionDirectoryService.Client.exceptions.ServiceExceptionDirectoryService.Client.exceptions.UnsupportedOperationException