Auth0 · Schema

SetGuardianFactorsProviderPushNotificationApnsResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
sandbox boolean
bundle_id stringnull
View JSON Schema on GitHub

JSON Schema

auth0-setguardianfactorsproviderpushnotificationapnsresponseconten-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SetGuardianFactorsProviderPushNotificationApnsResponseContent",
  "title": "SetGuardianFactorsProviderPushNotificationApnsResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "sandbox": {
      "type": "boolean"
    },
    "bundle_id": {
      "type": [
        "string",
        "null"
      ],
      "minLength": 1,
      "maxLength": 1000
    }
  }
}