Struct gsuite_api::privileges::Privileges [−][src]
pub struct Privileges { pub client: Client, }
Fields
client: Client
Implementations
This function performs a GET
to the /admin/directory/v1/customer/{customer}/roles/ALL/privileges
endpoint.
Retrieves a paginated list of all privileges for a customer.
Parameters:
customer: &str
– Immutable ID of the Google Workspace account.