Amazon WorkMail · Schema

MobileDeviceAccessMatchedRule

The rule that a simulated user matches.

Business CommunicationCalendarEmailExchangeEnterprise

Properties

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

JSON Schema

workmail-mobile-device-access-matched-rule-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "MobileDeviceAccessRuleId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MobileDeviceAccessRuleId"
        },
        {
          "description": "Identifier of the rule that a simulated user matches."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MobileDeviceAccessRuleName"
        },
        {
          "description": "Name of a rule that a simulated user matches."
        }
      ]
    }
  },
  "description": "The rule that a simulated user matches.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MobileDeviceAccessMatchedRule",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-mobile-device-access-matched-rule-schema.json"
}