Snowflake · Example Payload

Grant Grant Example

Data LakesData SharingData WarehousingDatabaseSQL

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

Top-level fields

privilegesgrant_optioncreated_ongrantee_typegrantee_namesecurable_typesecurable_namegranted_by_role_typegranted_by_name

Example Payload

Raw ↑
{
  "privileges": [],
  "grant_option": true,
  "created_on": "example_value",
  "grantee_type": "example_value",
  "grantee_name": "example_value",
  "securable_type": "example_value",
  "securable_name": "example_value",
  "granted_by_role_type": "example_value",
  "granted_by_name": "example_value"
}