Snowflake · JSON Structure

Catalog Integration O Auth Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

OAuth is a JSON Structure definition published by Snowflake, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

oauth_client_id oauth_client_secret oauth_allowed_scopes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OAuth",
  "type": "object",
  "properties": {
    "oauth_client_id": {
      "type": "string"
    },
    "oauth_client_secret": {
      "type": "string"
    },
    "oauth_allowed_scopes": {
      "type": "array"
    }
  }
}