| Modifier and Type | Class and Description |
|---|---|
class |
Directory.RoleAssignments.Delete |
class |
Directory.RoleAssignments.Get |
class |
Directory.RoleAssignments.Insert |
class |
Directory.RoleAssignments.List |
| Constructor and Description |
|---|
RoleAssignments() |
| Modifier and Type | Method and Description |
|---|---|
Directory.RoleAssignments.Delete |
delete(String customer,
String roleAssignmentId)
Deletes a role assignment.
|
Directory.RoleAssignments.Get |
get(String customer,
String roleAssignmentId)
Retrieve a role assignment.
|
Directory.RoleAssignments.Insert |
insert(String customer,
RoleAssignment content)
Creates a role assignment.
|
Directory.RoleAssignments.List |
list(String customer)
Retrieves a paginated list of all roleAssignments.
|
public Directory.RoleAssignments.Delete delete(String customer, String roleAssignmentId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customer - Immutable ID of the Google Workspace account.roleAssignmentId - Immutable ID of the role assignment.IOExceptionpublic Directory.RoleAssignments.Get get(String customer, String roleAssignmentId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customer - Immutable ID of the Google Workspace account.roleAssignmentId - Immutable ID of the role assignment.IOExceptionpublic Directory.RoleAssignments.Insert insert(String customer, RoleAssignment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customer - Immutable ID of the Google Workspace account.content - the RoleAssignmentIOExceptionpublic Directory.RoleAssignments.List list(String customer) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customer - Immutable ID of the Google Workspace account.IOExceptionCopyright © 2011–2021 Google. All rights reserved.