Auth0 · Schema

EventStreamCloudEventUserCreatedObjectIdentitiesItem

Identity object when accounts are linked.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventusercreatedobjectidentitiesitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItem",
  "title": "EventStreamCloudEventUserCreatedObjectIdentitiesItem",
  "description": "Identity object when accounts are linked.",
  "oneOf": [
    {
      "$ref": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItemCustom"
    },
    {
      "$ref": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItemDatabase"
    },
    {
      "$ref": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItemEnterprise"
    },
    {
      "$ref": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItemPasswordless"
    },
    {
      "$ref": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItemSocial"
    }
  ]
}