Amazon WorkMail · JSON Structure

Workmail Impersonation Role Structure

An impersonation role for the given WorkMail organization.

Type: object Properties: 5
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

ImpersonationRoleId Name Type DateCreated DateModified

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ImpersonationRoleId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImpersonationRoleId"
        },
        {
          "description": "The identifier of the impersonation role."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImpersonationRoleName"
        },
        {
          "description": "The impersonation role name."
        }
      ]
    },
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImpersonationRoleType"
        },
        {
          "description": "The impersonation role type."
        }
      ]
    },
    "DateCreated": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date when the impersonation role was created."
        }
      ]
    },
    "DateModified": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date when the impersonation role was last modified."
        }
      ]
    }
  },
  "description": "An impersonation role for the given WorkMail organization.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ImpersonationRole",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-impersonation-role-structure.json"
}