Auth0 · Schema

SetRulesConfigRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
value string Value for a rules config variable.
View JSON Schema on GitHub

JSON Schema

auth0-setrulesconfigrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SetRulesConfigRequestContent",
  "title": "SetRulesConfigRequestContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "value"
  ],
  "properties": {
    "value": {
      "type": "string",
      "description": "Value for a rules config variable.",
      "default": "MY_RULES_CONFIG_VALUE"
    }
  }
}