{
"type": "object",
"properties": {
"Effect": {
"allOf": [
{
"$ref": "#/components/schemas/MobileDeviceAccessRuleEffect"
},
{
"description": "The effect of the simulated access, ALLOW or DENY, after evaluating mobile device access rules in the WorkMail organization for the simulated user parameters."
}
]
},
"MatchedRules": {
"allOf": [
{
"$ref": "#/components/schemas/MobileDeviceAccessMatchedRuleList"
},
{
"description": "A list of the rules which matched the simulated user input and produced the effect."
}
]
}
},
"$schema": "https://json-structure.org/meta/core/v0/#",
"name": "GetMobileDeviceAccessEffectResponse",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-get-mobile-device-access-effect-response-structure.json",
"description": "GetMobileDeviceAccessEffectResponse schema from Amazon WorkMail API"
}