SecurityAgent / Client / verify_target_domain

verify_target_domain

SecurityAgent.Client.verify_target_domain(**kwargs)

Verifies ownership for a registered target domain

See also: AWS API Documentation

Request Syntax

response = client.verify_target_domain(
    targetDomainId='string'
)
Parameters:

targetDomainId (string) –

[REQUIRED]

Unique identifier of the target domain

Return type:

dict

Returns:

Response Syntax

{
    'targetDomainId': 'string',
    'domainName': 'string',
    'createdAt': datetime(2015, 1, 1),
    'updatedAt': datetime(2015, 1, 1),
    'verifiedAt': datetime(2015, 1, 1),
    'status': 'PENDING'|'VERIFIED'|'FAILED'|'UNREACHABLE'
}

Response Structure

  • (dict) –

    Output for verifying ownership for a registered target domain in an agent space

    • targetDomainId (string) –

      Unique identifier of the target domain

    • domainName (string) –

      Name of the registered target domain

    • createdAt (datetime) –

      Timestamp when the target domain was registered

    • updatedAt (datetime) –

      Timestamp when the target domain was last updated

    • verifiedAt (datetime) –

      Timestamp when the target domain was last successfully verified

    • status (string) –

      Current verification status of the registered target domain