Auth0 · Schema

FlowsVaultConnectionAppIdStripeEnum

Flows Vault Connection app identifier.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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