Amazon WorkMail · JSON Structure

Workmail Assume Impersonation Role Response Structure

AssumeImpersonationRoleResponse schema from Amazon WorkMail API

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

Token ExpiresIn

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "AssumeImpersonationRoleResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-assume-impersonation-role-response-structure.json",
  "description": "AssumeImpersonationRoleResponse schema from Amazon WorkMail API"
}