Auth0 · Schema

UpdateGuardianFactorsProviderPushNotificationFcmv1RequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
server_credentials stringnull
View JSON Schema on GitHub

JSON Schema

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