Snowflake · JSON Structure

Grant Grant Structure

Type: object Properties: 9
Data LakesData SharingData WarehousingDatabaseSQL

Grant is a JSON Structure definition published by Snowflake, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

privileges grant_option created_on grantee_type grantee_name securable_type securable_name granted_by_role_type granted_by_name

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": {
    "privileges": {
      "type": "array"
    },
    "grant_option": {
      "type": "boolean"
    },
    "created_on": {
      "type": "string"
    },
    "grantee_type": {
      "type": "string"
    },
    "grantee_name": {
      "type": "string"
    },
    "securable_type": {
      "type": "string"
    },
    "securable_name": {
      "type": "string"
    },
    "granted_by_role_type": {
      "type": "string"
    },
    "granted_by_name": {
      "type": "string"
    }
  }
}