Auth0 · Schema

ClientAsyncApprovalNotificationsChannelsAPIPatchConfiguration

Array of notification channels for contacting the user when their approval is required. Valid values are `guardian-push`, `email`.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientasyncapprovalnotificationschannelsapipatchconfiguratio-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAsyncApprovalNotificationsChannelsAPIPatchConfiguration",
  "title": "ClientAsyncApprovalNotificationsChannelsAPIPatchConfiguration",
  "type": [
    "array",
    "null"
  ],
  "description": "Array of notification channels for contacting the user when their approval is required. Valid values are `guardian-push`, `email`.",
  "minItems": 1,
  "items": {
    "$ref": "#/components/schemas/AsyncApprovalNotificationsChannelsEnum"
  }
}