Auth0 · Schema

GetRiskAssessmentsSettingsResponseContent

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-getriskassessmentssettingsresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetRiskAssessmentsSettingsResponseContent",
  "title": "GetRiskAssessmentsSettingsResponseContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Whether or not risk assessment is enabled."
    }
  }
}