Auth0 · Schema

SetGuardianFactorResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
enabled boolean Whether this factor is enabled (true) or disabled (false).
View JSON Schema on GitHub

JSON Schema

auth0-setguardianfactorresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SetGuardianFactorResponseContent",
  "title": "SetGuardianFactorResponseContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Whether this factor is enabled (true) or disabled (false)."
    }
  }
}