Snowflake · JSON Structure

User Grant Structure

Type: object Properties: 4
Data LakesData SharingData WarehousingDatabaseSQL

Grant 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

securable_type privileges created_on granted_by

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Grant",
  "type": "object",
  "properties": {
    "securable_type": {
      "type": "string"
    },
    "privileges": {
      "type": "array"
    },
    "created_on": {
      "type": "string"
    },
    "granted_by": {
      "type": "string"
    }
  }
}