Show / Hide Table of Contents

Class PrivilegesResource

The "privileges" collection of methods.

Inheritance
System.Object
PrivilegesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String customer

Immutable ID of the G Suite account.

Returns
Type Description
PrivilegesResource.ListRequest
Back to top