Amazon WorkMail · Schema

GetImpersonationRoleEffectResponse

GetImpersonationRoleEffectResponse schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
Type object
Effect object
MatchedRules object
View JSON Schema on GitHub

JSON Schema

workmail-get-impersonation-role-effect-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImpersonationRoleType"
        },
        {
          "description": "The impersonation role type."
        }
      ]
    },
    "Effect": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessEffect"
        },
        {
          "description": " <code/>Effect of the impersonation role on the target user based on its rules. Available effects are <code>ALLOW</code> or <code>DENY</code>."
        }
      ]
    },
    "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"
}