Amazon WorkMail · Schema

GetMobileDeviceAccessEffectRequest

GetMobileDeviceAccessEffectRequest schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
OrganizationId object
DeviceType object
DeviceModel object
DeviceOperatingSystem object
DeviceUserAgent object
View JSON Schema on GitHub

JSON Schema

workmail-get-mobile-device-access-effect-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId"
  ],
  "title": "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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-get-mobile-device-access-effect-request-schema.json",
  "description": "GetMobileDeviceAccessEffectRequest schema from Amazon WorkMail API"
}