Auth0 · Schema

FlowsVaultConnectioSetupBigqueryOauthJwt

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
type object
project_id string
private_key string
client_email string
View JSON Schema on GitHub

JSON Schema

auth0-flowsvaultconnectiosetupbigqueryoauthjwt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowsVaultConnectioSetupBigqueryOauthJwt",
  "title": "FlowsVaultConnectioSetupBigqueryOauthJwt",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "type": {
      "$ref": "#/components/schemas/FlowsVaultConnectioSetupTypeOauthJwtEnum"
    },
    "project_id": {
      "type": "string"
    },
    "private_key": {
      "type": "string"
    },
    "client_email": {
      "type": "string",
      "format": "email"
    }
  }
}