{ "type": "object", "required": [ "OrganizationId" ], "title": "ListMobileDeviceAccessOverridesRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The WorkMail organization under which to list mobile device access overrides." } ] }, "UserId": { "allOf": [ { "$ref": "#/components/schemas/EntityIdentifier" }, { "description": "

The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:

" } ] }, "DeviceId": { "allOf": [ { "$ref": "#/components/schemas/DeviceId" }, { "description": "The mobile device to which the access override applies." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to use to retrieve the next page of results. The first call does not require a token." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/MaxResults" }, { "description": "The maximum number of results to return in a single call." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-mobile-device-access-overrides-request-schema.json", "description": "ListMobileDeviceAccessOverridesRequest schema from Amazon WorkMail API" }