{ "type": "object", "required": [ "OrganizationId", "ImpersonationRoleId", "TargetUser" ], "title": "GetImpersonationRoleEffectRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The WorkMail organization where the impersonation role is defined." } ] }, "ImpersonationRoleId": { "allOf": [ { "$ref": "#/components/schemas/ImpersonationRoleId" }, { "description": "The impersonation role ID to test." } ] }, "TargetUser": { "allOf": [ { "$ref": "#/components/schemas/EntityIdentifier" }, { "description": "

The WorkMail organization user chosen to test the impersonation role. The following identity formats are available:

" } ] } }, "$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-impersonation-role-effect-request-schema.json", "description": "GetImpersonationRoleEffectRequest schema from Amazon WorkMail API" }