Amazon WorkMail · JSON Structure

Workmail Get Impersonation Role Request Structure

GetImpersonationRoleRequest schema from Amazon WorkMail API

Type: object Properties: 2 Required: 2
Business CommunicationCalendarEmailExchangeEnterprise

GetImpersonationRoleRequest is a JSON Structure definition published by Amazon WorkMail, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OrganizationId ImpersonationRoleId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "ImpersonationRoleId"
  ],
  "name": "GetImpersonationRoleRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The WorkMail organization from which to retrieve the impersonation role."
        }
      ]
    },
    "ImpersonationRoleId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImpersonationRoleId"
        },
        {
          "description": "The impersonation role ID to retrieve."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-get-impersonation-role-request-structure.json",
  "description": "GetImpersonationRoleRequest schema from Amazon WorkMail API"
}