DirectoryService / Client / verify_trust

verify_trust#

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'
)
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