Auth0 · Schema

FlowsVaultConnectionAppIdAuth0Enum

Flows Vault Connection app identifier.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-flowsvaultconnectionappidauth0enum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowsVaultConnectionAppIdAuth0Enum",
  "title": "FlowsVaultConnectionAppIdAuth0Enum",
  "type": "string",
  "description": "Flows Vault Connection app identifier.",
  "minLength": 1,
  "maxLength": 55,
  "enum": [
    "AUTH0"
  ]
}