Auth0 · Schema

UpdateRiskAssessmentsSettingsResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
enabled boolean Whether or not risk assessment is enabled.
View JSON Schema on GitHub

JSON Schema

auth0-updateriskassessmentssettingsresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateRiskAssessmentsSettingsResponseContent",
  "title": "UpdateRiskAssessmentsSettingsResponseContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Whether or not risk assessment is enabled."
    }
  }
}