Snowflake · Schema

ApiKey

An alphanumeric string that is used to identify API clients and control access to the API, also called a subscription key.

Data LakesData SharingData WarehousingDatabaseSQL
View JSON Schema on GitHub

JSON Schema

snowflake-apikey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiKey",
  "title": "ApiKey",
  "type": "string",
  "description": "An alphanumeric string that is used to identify API clients and control access to the API, also called a subscription key.",
  "nullable": true
}