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.

describe_inbound_dmarc_settings

describe_inbound_dmarc_settings(**kwargs)

Lists the settings in a DMARC policy for a specified organization.

See also: AWS API Documentation

Request Syntax

response = client.describe_inbound_dmarc_settings(
    OrganizationId='string'
)
Parameters
OrganizationId (string) --

[REQUIRED]

Lists the ID of the given organization.

Return type
dict
Returns
Response Syntax
{
    'Enforced': True|False
}

Response Structure

  • (dict) --
    • Enforced (boolean) --

      Lists the enforcement setting of the applied policy.

Exceptions

  • WorkMail.Client.exceptions.OrganizationNotFoundException
  • WorkMail.Client.exceptions.OrganizationStateException