Amazon WorkMail · Schema
GetMobileDeviceAccessOverrideResponse
GetMobileDeviceAccessOverrideResponse schema from Amazon WorkMail API
Business CommunicationCalendarEmailExchangeEnterprise
Properties
| Name | Type | Description |
|---|---|---|
| UserId | object | |
| DeviceId | object | |
| Effect | object | |
| Description | object | |
| DateCreated | object | |
| DateModified | object |
JSON Schema
{
"type": "object",
"properties": {
"UserId": {
"allOf": [
{
"$ref": "#/components/schemas/WorkMailIdentifier"
},
{
"description": "The WorkMail user to which the access override applies."
}
]
},
"DeviceId": {
"allOf": [
{
"$ref": "#/components/schemas/DeviceId"
},
{
"description": "The device to which the access override applies."
}
]
},
"Effect": {
"allOf": [
{
"$ref": "#/components/schemas/MobileDeviceAccessRuleEffect"
},
{
"description": "The effect of the override, <code>ALLOW</code> or <code>DENY</code>."
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/MobileDeviceAccessRuleDescription"
},
{
"description": "A description of the override."
}
]
},
"DateCreated": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The date the override was first created."
}
]
},
"DateModified": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The date the description was last modified."
}
]
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "GetMobileDeviceAccessOverrideResponse",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-get-mobile-device-access-override-response-schema.json",
"description": "GetMobileDeviceAccessOverrideResponse schema from Amazon WorkMail API"
}