Auth0 · Schema

ClientAsyncApprovalNotificationsChannelsAPIPostConfiguration

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-clientasyncapprovalnotificationschannelsapipostconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAsyncApprovalNotificationsChannelsAPIPostConfiguration",
  "title": "ClientAsyncApprovalNotificationsChannelsAPIPostConfiguration",
  "type": "array",
  "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"
  }
}