Auth0 · Schema

FlowsVaultConnectioSetupMailjetApiKey

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

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