Auth0 · Schema

IntegrationRequiredParamOption

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
value string The value of an option that will be used within the application.
label string The display value of an option suitable for displaying in a UI.
View JSON Schema on GitHub

JSON Schema

auth0-integrationrequiredparamoption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationRequiredParamOption",
  "title": "IntegrationRequiredParamOption",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "value": {
      "type": "string",
      "description": "The value of an option that will be used within the application."
    },
    "label": {
      "type": "string",
      "description": "The display value of an option suitable for displaying in a UI."
    }
  }
}