Snowflake · JSON Structure

Notification Integration Notification Queue Azure Event Grid Inbound Structure

Type: object Properties: 4
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

azure_storage_queue_primary_uri azure_tenant_id azure_consent_url azure_multi_tenant_app_name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NotificationQueueAzureEventGridInbound",
  "type": "object",
  "properties": {
    "azure_storage_queue_primary_uri": {
      "type": "string"
    },
    "azure_tenant_id": {
      "type": "string"
    },
    "azure_consent_url": {
      "type": "string"
    },
    "azure_multi_tenant_app_name": {
      "type": "string"
    }
  }
}