Amazon WorkMail · JSON Structure

Workmail Mobile Device Access Matched Rule Structure

The rule that a simulated user matches.

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

MobileDeviceAccessRuleId Name

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "MobileDeviceAccessMatchedRule",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-mobile-device-access-matched-rule-structure.json"
}