Amazon WorkMail · JSON Structure

Workmail Get Mobile Device Access Effect Response Structure

GetMobileDeviceAccessEffectResponse schema from Amazon WorkMail API

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

GetMobileDeviceAccessEffectResponse 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

Effect MatchedRules

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Effect": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MobileDeviceAccessRuleEffect"
        },
        {
          "description": "The effect of the simulated access, <code>ALLOW</code> or <code>DENY</code>, after evaluating mobile device access rules in the WorkMail organization for the simulated user parameters."
        }
      ]
    },
    "MatchedRules": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MobileDeviceAccessMatchedRuleList"
        },
        {
          "description": "A list of the rules which matched the simulated user input and produced the effect."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetMobileDeviceAccessEffectResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-get-mobile-device-access-effect-response-structure.json",
  "description": "GetMobileDeviceAccessEffectResponse schema from Amazon WorkMail API"
}