Amazon WorkMail · JSON Structure

Workmail Create Impersonation Role Response Structure

CreateImpersonationRoleResponse schema from Amazon WorkMail API

Type: object Properties: 1
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

ImpersonationRoleId

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

JSON Structure

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