Auth0 · Schema

GetGuardianFactorsProviderApnsResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

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