Amazon WorkMail · Schema

AssumeImpersonationRoleResponse

AssumeImpersonationRoleResponse schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
Token object
ExpiresIn object
View JSON Schema on GitHub

JSON Schema

workmail-assume-impersonation-role-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Token": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImpersonationToken"
        },
        {
          "description": "The authentication token for the impersonation role."
        }
      ]
    },
    "ExpiresIn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExpiresIn"
        },
        {
          "description": "The authentication token's validity, in seconds."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AssumeImpersonationRoleResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-assume-impersonation-role-response-schema.json",
  "description": "AssumeImpersonationRoleResponse schema from Amazon WorkMail API"
}