Snowflake · Schema

AzureCredentials

Specifies the Azure credentials of the stage.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
azure_sas_token string Specifies the SAS (shared access signature) token for connecting to Azure.
View JSON Schema on GitHub

JSON Schema

stage-azure-credentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AzureCredentials",
  "type": "object",
  "description": "Specifies the Azure credentials of the stage.",
  "properties": {
    "azure_sas_token": {
      "type": "string",
      "description": "Specifies the SAS (shared access signature) token for connecting to Azure."
    }
  }
}