databases_get_schema_privileges: Show schema privileges

View source: R/generated_client.R

databases_get_schema_privilegesR Documentation

Show schema privileges

Description

Show schema privileges

Usage

databases_get_schema_privileges(id, schema_name)

Arguments

id

integer required. The ID of the database

schema_name

string required. The name of the schema

Value

A list containing the following elements:

grantee

string, Name of the granted user or group

granteeType

string, User or group

privileges

array, Privileges that the grantee has on this resource

grantablePrivileges

array, Privileges that the grantee can grant to others for this resource


civis documentation built on April 1, 2023, 12:01 a.m.