Amazon WorkMail · JSON Structure

Workmail Get Mobile Device Access Override Response Structure

GetMobileDeviceAccessOverrideResponse schema from Amazon WorkMail API

Type: object Properties: 6
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

UserId DeviceId Effect Description DateCreated DateModified

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "UserId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkMailIdentifier"
        },
        {
          "description": "The WorkMail user to which the access override applies."
        }
      ]
    },
    "DeviceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceId"
        },
        {
          "description": "The device to which the access override applies."
        }
      ]
    },
    "Effect": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MobileDeviceAccessRuleEffect"
        },
        {
          "description": "The effect of the override, <code>ALLOW</code> or <code>DENY</code>."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MobileDeviceAccessRuleDescription"
        },
        {
          "description": "A description of the override."
        }
      ]
    },
    "DateCreated": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date the override was first created."
        }
      ]
    },
    "DateModified": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date the description was last modified."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetMobileDeviceAccessOverrideResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-get-mobile-device-access-override-response-structure.json",
  "description": "GetMobileDeviceAccessOverrideResponse schema from Amazon WorkMail API"
}