Snowflake · Example Payload

Snowflake Listservicerolegrantsof Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Listservicerolegrantsof 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": "listServiceRoleGrantsOf",
  "method": "GET",
  "path": "/api/v2/databases/{database}/schemas/{schema}/services/{service}/roles/{name}/grants-of",
  "summary": "",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listservicerolegrantsof200Example",
      "example": [
        {
          "created_on": "2026-01-15T10:30:00Z",
          "role": "example_value",
          "granted_to": "example_value",
          "grantee_name": "example_value",
          "granted_by": "example_value"
        }
      ]
    }
  ]
}