Auth0 · Schema

EncryptionKeyType

Key type

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-encryptionkeytype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EncryptionKeyType",
  "title": "EncryptionKeyType",
  "type": "string",
  "description": "Key type",
  "enum": [
    "customer-provided-root-key",
    "environment-root-key",
    "tenant-master-key",
    "tenant-encryption-key"
  ]
}