Auth0 · Schema

SetGuardianFactorsProviderPushNotificationRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
provider object
View JSON Schema on GitHub

JSON Schema

auth0-setguardianfactorsproviderpushnotificationrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SetGuardianFactorsProviderPushNotificationRequestContent",
  "title": "SetGuardianFactorsProviderPushNotificationRequestContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "provider"
  ],
  "properties": {
    "provider": {
      "$ref": "#/components/schemas/GuardianFactorsProviderPushNotificationProviderDataEnum"
    }
  }
}