Auth0 · Schema

ClientMyOrganizationDeletionBehaviorEnum

The deletion behavior for this client.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientmyorganizationdeletionbehaviorenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientMyOrganizationDeletionBehaviorEnum",
  "title": "ClientMyOrganizationDeletionBehaviorEnum",
  "type": "string",
  "description": "The deletion behavior for this client.",
  "default": "allow",
  "enum": [
    "allow",
    "allow_if_empty"
  ]
}