Snowflake · Example Payload

Snowflake Grantgroupprivilege Example

Data LakesData SharingData WarehousingDatabaseSQL

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "grantGroupPrivilege",
  "method": "POST",
  "path": "/api/v2/grants/{granteeType}/{granteeName}/{bulkGrantType}/{securableTypePlural}/{scopeType}/{scopeName}/privileges",
  "summary": "Grant the Specified Privilege(s) on All/future (as Specified by Bulkgranttype) Securables of This Type in a Given Scope to the Named Grantee.",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "GrantgroupprivilegeRequestExample",
      "example": {
        "privileges": [
          "example_value"
        ],
        "grant_option": true,
        "created_on": "2026-01-15T10:30:00Z",
        "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"
      }
    }
  ],
  "responseExamples": []
}