{ "type": "object", "required": [ "OrganizationId", "UserId", "DeviceId" ], "title": "GetMobileDeviceAccessOverrideRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The WorkMail organization to which you want to apply the override." } ] }, "UserId": { "allOf": [ { "$ref": "#/components/schemas/EntityIdentifier" }, { "description": "

Identifies the WorkMail user for the override. Accepts the following types of user identities:

" } ] }, "DeviceId": { "allOf": [ { "$ref": "#/components/schemas/DeviceId" }, { "description": "The mobile device to which the override applies. DeviceId is case insensitive." } ] } }, "$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-override-request-schema.json", "description": "GetMobileDeviceAccessOverrideRequest schema from Amazon WorkMail API" }