Amazon WorkMail · Schema

DeleteMobileDeviceAccessRuleRequest

DeleteMobileDeviceAccessRuleRequest schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
OrganizationId object
MobileDeviceAccessRuleId object
View JSON Schema on GitHub

JSON Schema

workmail-delete-mobile-device-access-rule-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "MobileDeviceAccessRuleId"
  ],
  "title": "DeleteMobileDeviceAccessRuleRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The WorkMail organization under which the rule will be deleted."
        }
      ]
    },
    "MobileDeviceAccessRuleId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MobileDeviceAccessRuleId"
        },
        {
          "description": "The identifier of the rule to be deleted."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-delete-mobile-device-access-rule-request-schema.json",
  "description": "DeleteMobileDeviceAccessRuleRequest schema from Amazon WorkMail API"
}