Package | Description |
---|---|
com.google.api.services.directory | |
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Directory.RoleAssignments.Insert |
Directory.RoleAssignments.insert(String customer,
RoleAssignment content)
Creates a role assignment.
|
Constructor and Description |
---|
Insert(String customer,
RoleAssignment content)
Creates a role assignment.
|
Modifier and Type | Method and Description |
---|---|
RoleAssignment |
RoleAssignment.clone() |
RoleAssignment |
RoleAssignment.set(String fieldName,
Object value) |
RoleAssignment |
RoleAssignment.setAssignedTo(String assignedTo)
The unique ID of the user this role is assigned to.
|
RoleAssignment |
RoleAssignment.setEtag(String etag)
ETag of the resource.
|
RoleAssignment |
RoleAssignment.setKind(String kind)
The type of the API resource.
|
RoleAssignment |
RoleAssignment.setOrgUnitId(String orgUnitId)
If the role is restricted to an organization unit, this contains the ID for the organization
unit the exercise of this role is restricted to.
|
RoleAssignment |
RoleAssignment.setRoleAssignmentId(Long roleAssignmentId)
ID of this roleAssignment.
|
RoleAssignment |
RoleAssignment.setRoleId(Long roleId)
The ID of the role that is assigned.
|
RoleAssignment |
RoleAssignment.setScopeType(String scopeType)
The scope in which this role is assigned.
|
Modifier and Type | Method and Description |
---|---|
List<RoleAssignment> |
RoleAssignments.getItems()
A list of RoleAssignment resources.
|
Modifier and Type | Method and Description |
---|---|
RoleAssignments |
RoleAssignments.setItems(List<RoleAssignment> items)
A list of RoleAssignment resources.
|
Copyright © 2011–2021 Google. All rights reserved.