Snowflake · Example Payload

Role Role Example

Data LakesData SharingData WarehousingDatabaseSQL

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

Top-level fields

namecommentcreated_onowneris_defaultis_currentis_inheritedassigned_to_usersgranted_to_rolesgranted_roles

Example Payload

Raw ↑
{
  "name": "Example Title",
  "comment": "example_value",
  "created_on": "example_value",
  "owner": "example_value",
  "is_default": true,
  "is_current": true,
  "is_inherited": true,
  "assigned_to_users": 10,
  "granted_to_roles": 10,
  "granted_roles": 10
}