ess / Client / get_identity_verification_attributes

get_identity_verification_attributes

ess.Client.get_identity_verification_attributes(**kwargs)

送信元ID(メールアドレスまたはドメイン。混在可)をリストで指定すると、それぞれに関する現在の検証状況および、ドメインの場合には検証トークンを返します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.get_identity_verification_attributes(
    Identities=[
        'string',
    ]
)
Parameters:

Identities (list) –

[REQUIRED]

  • (string) –

Return type:

dict

Returns:

Response Syntax

{
    'ResponseMetadata': {
        'RequestId': 'string'
    },
    'VerificationAttributes': [
        {
            'Key': 'string',
            'Value': {
                'VerificationStatus': 'string',
                'VerificationToken': 'string'
            }
        },
    ]
}

Response Structure

  • (dict) –

    • ResponseMetadata (dict) –

      • RequestId (string) –

    • VerificationAttributes (list) –

      • (dict) –

        • Key (string) –

        • Value (dict) –

          • VerificationStatus (string) –

          • VerificationToken (string) –