Snowflake · JSON Structure

Api Integration Azure Hook Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

AzureHook 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

api_provider azure_tenant_id azure_ad_application_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AzureHook",
  "type": "object",
  "properties": {
    "api_provider": {
      "type": "string"
    },
    "azure_tenant_id": {
      "type": "string"
    },
    "azure_ad_application_id": {
      "type": "string"
    }
  }
}