Amazon WorkMail · JSON Structure

Workmail Delete Mobile Device Access Override Request Structure

DeleteMobileDeviceAccessOverrideRequest schema from Amazon WorkMail API

Type: object Properties: 3 Required: 3
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

OrganizationId UserId DeviceId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "UserId",
    "DeviceId"
  ],
  "name": "DeleteMobileDeviceAccessOverrideRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The WorkMail organization for which the access override will be deleted."
        }
      ]
    },
    "UserId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EntityIdentifier"
        },
        {
          "description": "<p>The WorkMail user for which you want to delete the override. Accepts the following types of user identities:</p> <ul> <li> <p>User ID: <code>12345678-1234-1234-1234-123456789012</code> or <code>S-1-1-12-1234567890-123456789-123456789-1234</code> </p> </li> <li> <p>Email address: <code>user@domain.tld</code> </p> </li> <li> <p>User name: <code>user</code> </p> </li> </ul>"
        }
      ]
    },
    "DeviceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceId"
        },
        {
          "description": "The mobile device for which you delete the override. <code>DeviceId</code> is case insensitive."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-delete-mobile-device-access-override-request-structure.json",
  "description": "DeleteMobileDeviceAccessOverrideRequest schema from Amazon WorkMail API"
}