Snowflake · Schema

Credentials

Specifies the credentials of the stage.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
credential_type string Type of the credential, can be either AWS or AZURE.
View JSON Schema on GitHub

JSON Schema

stage-credentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Credentials",
  "type": "object",
  "description": "Specifies the credentials of the stage.",
  "properties": {
    "credential_type": {
      "type": "string",
      "description": "Type of the credential, can be either AWS or AZURE."
    }
  }
}