Amazon WorkMail · JSON Structure

Workmail Get Impersonation Role Effect Response Structure

GetImpersonationRoleEffectResponse schema from Amazon WorkMail API

Type: object Properties: 3
Business CommunicationCalendarEmailExchangeEnterprise

GetImpersonationRoleEffectResponse is a JSON Structure definition published by Amazon WorkMail, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Type Effect MatchedRules

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "GetImpersonationRoleEffectResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-get-impersonation-role-effect-response-structure.json",
  "description": "GetImpersonationRoleEffectResponse schema from Amazon WorkMail API"
}