Snowflake · JSON Structure

Service Service Role Grant To Structure

Type: object Properties: 6
Data LakesData SharingData WarehousingDatabaseSQL

ServiceRoleGrantTo is a JSON Structure definition published by Snowflake, describing 6 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

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceRoleGrantTo",
  "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"
    }
  }
}