Amazon WorkMail · Schema

CreateImpersonationRoleResponse

CreateImpersonationRoleResponse schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
ImpersonationRoleId object
View JSON Schema on GitHub

JSON Schema

workmail-create-impersonation-role-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ImpersonationRoleId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImpersonationRoleId"
        },
        {
          "description": "The new impersonation role ID."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateImpersonationRoleResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-create-impersonation-role-response-schema.json",
  "description": "CreateImpersonationRoleResponse schema from Amazon WorkMail API"
}