Snowflake · Example Payload

Database Role Grant Example

Data LakesData SharingData WarehousingDatabaseSQL

Database Role Grant Example is an example object payload from Snowflake, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

securable_typegrant_optionprivilegescreated_ongranted_by

Example Payload

Raw ↑
{
  "securable_type": "example_value",
  "grant_option": true,
  "privileges": [],
  "created_on": "example_value",
  "granted_by": "example_value"
}