Snowflake · Schema

GoogleCloudHook

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
api_provider string
google_audience string Used as an audience claim when generating the JTW (JSON Web Token) to authenticate to the Google API Gateway.
View JSON Schema on GitHub

JSON Schema

api-integration-google-cloud-hook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GoogleCloudHook",
  "type": "object",
  "properties": {
    "api_provider": {
      "type": "string"
    },
    "google_audience": {
      "type": "string",
      "description": "Used as an audience claim when generating the JTW (JSON Web Token) to authenticate to the Google API Gateway."
    }
  }
}