:doc:`WorkMail <../../workmail>` / Client / describe_inbound_dmarc_settings

*******************************
describe_inbound_dmarc_settings
*******************************



.. py:method:: WorkMail.Client.describe_inbound_dmarc_settings(**kwargs)

  

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

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/DescribeInboundDmarcSettings>`_  


  **Request Syntax**
  ::

    response = client.describe_inbound_dmarc_settings(
        OrganizationId='string'
    )
    
  :type OrganizationId: string
  :param OrganizationId: **[REQUIRED]** 

    Lists the ID of the given organization.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Enforced': True|False
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Enforced** *(boolean) --* 

        Lists the enforcement setting of the applied policy.

        
  
  **Exceptions**
  
  *   :py:class:`WorkMail.Client.exceptions.OrganizationNotFoundException`

  
  *   :py:class:`WorkMail.Client.exceptions.OrganizationStateException`

  