Amazon Cognito · JSON Structure

Cognito Identity Identities List Structure

IdentitiesList schema from Amazon Cognito

Type: array Properties: 0
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

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

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

JSON Structure

Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "IdentityId": {
        "allOf": [
          {
            "$ref": "#/components/schemas/IdentityId"
          },
          {
            "description": "A unique identifier in the format REGION:GUID."
          }
        ]
      },
      "Logins": {
        "allOf": [
          {
            "$ref": "#/components/schemas/LoginsList"
          },
          {
            "description": "The provider names."
          }
        ]
      },
      "CreationDate": {
        "allOf": [
          {
            "$ref": "#/components/schemas/DateType"
          },
          {
            "description": "Date on which the identity was created."
          }
        ]
      },
      "LastModifiedDate": {
        "allOf": [
          {
            "$ref": "#/components/schemas/DateType"
          },
          {
            "description": "Date on which the identity was last modified."
          }
        ]
      }
    },
    "description": "A description of the identity."
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-identity-identities-list-structure.json",
  "name": "IdentitiesList",
  "description": "IdentitiesList schema from Amazon Cognito"
}