Amazon WorkMail · JSON Structure

Workmail Get Mobile Device Access Effect Request Structure

GetMobileDeviceAccessEffectRequest schema from Amazon WorkMail API

Type: object Properties: 5 Required: 1
Business CommunicationCalendarEmailExchangeEnterprise

GetMobileDeviceAccessEffectRequest is a JSON Structure definition published by Amazon WorkMail, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OrganizationId DeviceType DeviceModel DeviceOperatingSystem DeviceUserAgent

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId"
  ],
  "name": "GetMobileDeviceAccessEffectRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The WorkMail organization to simulate the access effect for."
        }
      ]
    },
    "DeviceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceType"
        },
        {
          "description": "Device type the simulated user will report."
        }
      ]
    },
    "DeviceModel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceModel"
        },
        {
          "description": "Device model the simulated user will report."
        }
      ]
    },
    "DeviceOperatingSystem": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceOperatingSystem"
        },
        {
          "description": "Device operating system the simulated user will report."
        }
      ]
    },
    "DeviceUserAgent": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceUserAgent"
        },
        {
          "description": "Device user agent the simulated user will report."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-get-mobile-device-access-effect-request-structure.json",
  "description": "GetMobileDeviceAccessEffectRequest schema from Amazon WorkMail API"
}