Amazon Cognito · Schema

AdminListUserAuthEventsResponse

AdminListUserAuthEventsResponse schema from Amazon Cognito API

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
AuthEvents object
NextToken object
View JSON Schema on GitHub

JSON Schema

user-pools-admin-list-user-auth-events-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-admin-list-user-auth-events-response-schema.json",
  "title": "AdminListUserAuthEventsResponse",
  "description": "AdminListUserAuthEventsResponse schema from Amazon Cognito API",
  "type": "object",
  "properties": {
    "AuthEvents": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuthEventsType"
        },
        {
          "description": "The response object. It includes the <code>EventID</code>, <code>EventType</code>, <code>CreationDate</code>, <code>EventRisk</code>, and <code>EventResponse</code>."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationKey"
        },
        {
          "description": "A pagination token."
        }
      ]
    }
  }
}