Auth0 · Schema

ConnectionAttributeIdentifier

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
active boolean Determines if the attribute is used for identification
default_method object
View JSON Schema on GitHub

JSON Schema

auth0-connectionattributeidentifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionAttributeIdentifier",
  "title": "ConnectionAttributeIdentifier",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "active": {
      "type": "boolean",
      "description": "Determines if the attribute is used for identification"
    },
    "default_method": {
      "$ref": "#/components/schemas/DefaultMethodEmailIdentifierEnum",
      "x-release-lifecycle": "EA"
    }
  }
}