Snowflake · JSON Structure

Role Grant Of Structure

Type: object Properties: 5
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

created_on role granted_to grantee_name 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": "GrantOf",
  "type": "object",
  "properties": {
    "created_on": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "granted_to": {
      "type": "string"
    },
    "grantee_name": {
      "type": "string"
    },
    "granted_by": {
      "type": "string"
    }
  }
}