Snowflake · Schema

AzureHook

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
api_provider string
azure_tenant_id string The ID of the Office 365 tenant that all Azure API Management instances belong to.
azure_ad_application_id string The application ID of the Azure Active Directory application.
View JSON Schema on GitHub

JSON Schema

api-integration-azure-hook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AzureHook",
  "type": "object",
  "properties": {
    "api_provider": {
      "type": "string"
    },
    "azure_tenant_id": {
      "type": "string",
      "description": "The ID of the Office 365 tenant that all Azure API Management instances belong to."
    },
    "azure_ad_application_id": {
      "type": "string",
      "description": "The application ID of the Azure Active Directory application."
    }
  }
}