Snowflake · JSON Structure

Role Grant On Structure

Type: object Properties: 9
Data LakesData SharingData WarehousingDatabaseSQL

GrantOn 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

created_on privilege granted_on name granted_to grantee_name grant_option granted_by granted_by_role_type

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GrantOn",
  "type": "object",
  "properties": {
    "created_on": {
      "type": "string"
    },
    "privilege": {
      "type": "string"
    },
    "granted_on": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "granted_to": {
      "type": "string"
    },
    "grantee_name": {
      "type": "string"
    },
    "grant_option": {
      "type": "string"
    },
    "granted_by": {
      "type": "string"
    },
    "granted_by_role_type": {
      "type": "string"
    }
  }
}