list
public Directory.Privileges.List list(java.lang.String customer)
throws java.io.IOException
Retrieves a paginated list of all privileges for a customer.
Create a request for the method "privileges.list".
This request holds the parameters needed by the admin server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
customer
- Immutable ID of the G Suite account.
- Returns:
- the request
- Throws:
java.io.IOException