Auth0 · Schema

SetGuardianFactorsProviderPushNotificationFcmRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
server_key stringnull
View JSON Schema on GitHub

JSON Schema

auth0-setguardianfactorsproviderpushnotificationfcmrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SetGuardianFactorsProviderPushNotificationFcmRequestContent",
  "title": "SetGuardianFactorsProviderPushNotificationFcmRequestContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "server_key": {
      "type": [
        "string",
        "null"
      ],
      "minLength": 1,
      "maxLength": 152
    }
  }
}