Auth0 · Schema

FlowsVaultConnectioSetupSecretApiKey

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
type object
secret_key string
View JSON Schema on GitHub

JSON Schema

auth0-flowsvaultconnectiosetupsecretapikey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowsVaultConnectioSetupSecretApiKey",
  "title": "FlowsVaultConnectioSetupSecretApiKey",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "type",
    "secret_key"
  ],
  "properties": {
    "type": {
      "$ref": "#/components/schemas/FlowsVaultConnectioSetupTypeApiKeyEnum"
    },
    "secret_key": {
      "type": "string"
    }
  }
}