Auth0 · Schema

GuardianEnrollmentStatus

Status of this enrollment. Can be `pending` or `confirmed`.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-guardianenrollmentstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GuardianEnrollmentStatus",
  "title": "GuardianEnrollmentStatus",
  "type": "string",
  "description": "Status of this enrollment. Can be `pending` or `confirmed`.",
  "default": "pending",
  "enum": [
    "pending",
    "confirmed"
  ]
}