Amazon WorkMail · JSON Structure

Workmail List Mobile Device Access Overrides Response Structure

ListMobileDeviceAccessOverridesResponse schema from Amazon WorkMail API

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

ListMobileDeviceAccessOverridesResponse 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

Overrides NextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Overrides": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MobileDeviceAccessOverridesList"
        },
        {
          "description": "The list of mobile device access overrides that exist for the specified WorkMail organization and user."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token to use to retrieve the next page of results. The value is \u201cnull\u201d when there are no more results to return."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListMobileDeviceAccessOverridesResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-list-mobile-device-access-overrides-response-structure.json",
  "description": "ListMobileDeviceAccessOverridesResponse schema from Amazon WorkMail API"
}