Amazon Cognito · JSON Structure

User Pools Admin List User Auth Events Response Structure

AdminListUserAuthEventsResponse schema from Amazon Cognito API

Type: object Properties: 2
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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

Properties

AuthEvents NextToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-admin-list-user-auth-events-response-structure.json",
  "name": "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."
        }
      ]
    }
  }
}