Class PrivilegesResource
The "privileges" collection of methods.
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class PrivilegesResource
Constructors
PrivilegesResource(IClientService)
Constructs a new resource.
Declaration
public PrivilegesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Retrieves a paginated list of all privileges for a customer.
Declaration
public virtual PrivilegesResource.ListRequest List(string customer)
Parameters
Type | Name | Description |
---|---|---|
string | customer | The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all
groups for a customer, use this field instead of |
Returns
Type | Description |
---|---|
PrivilegesResource.ListRequest |