Amazon WorkMail · JSON Structure

Workmail Put Inbound Dmarc Settings Request Structure

PutInboundDmarcSettingsRequest schema from Amazon WorkMail API

Type: object Properties: 2 Required: 2
Business CommunicationCalendarEmailExchangeEnterprise

PutInboundDmarcSettingsRequest is a JSON Structure definition published by Amazon WorkMail, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OrganizationId Enforced

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "Enforced"
  ],
  "name": "PutInboundDmarcSettingsRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The ID of the organization that you are applying the DMARC policy to."
        }
      ]
    },
    "Enforced": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanObject"
        },
        {
          "description": "Enforces or suspends a policy after it's applied."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-put-inbound-dmarc-settings-request-structure.json",
  "description": "PutInboundDmarcSettingsRequest schema from Amazon WorkMail API"
}