Auth0 · Schema

ConnectionUpstreamValue

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
value string
View JSON Schema on GitHub

JSON Schema

auth0-connectionupstreamvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionUpstreamValue",
  "title": "ConnectionUpstreamValue",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "value": {
      "type": "string"
    }
  }
}