Auth0 · Schema

ConnectionUpstreamAlias

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
alias object
View JSON Schema on GitHub

JSON Schema

auth0-connectionupstreamalias-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionUpstreamAlias",
  "title": "ConnectionUpstreamAlias",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "alias": {
      "$ref": "#/components/schemas/ConnectionUpstreamAliasEnum"
    }
  }
}