Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

verify_trust

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'
)
Parameters
TrustId (string) --

[REQUIRED]

The unique Trust ID of the trust relationship to verify.

Return type
dict
Returns
Response Syntax
{
    'TrustId': 'string'
}

Response Structure

  • (dict) --

    Result of a VerifyTrust request.

    • TrustId (string) --

      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