{
"type": "object",
"properties": {
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/ImpersonationRoleType"
},
{
"description": "The impersonation role type."
}
]
},
"Effect": {
"allOf": [
{
"$ref": "#/components/schemas/AccessEffect"
},
{
"description": " Effect of the impersonation role on the target user based on its rules. Available effects are ALLOW or DENY."
}
]
},
"MatchedRules": {
"allOf": [
{
"$ref": "#/components/schemas/ImpersonationMatchedRuleList"
},
{
"description": "A list of the rules that match the input and produce the configured effect."
}
]
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "GetImpersonationRoleEffectResponse",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-get-impersonation-role-effect-response-schema.json",
"description": "GetImpersonationRoleEffectResponse schema from Amazon WorkMail API"
}