| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
static RoleAssignment.Builder |
RoleAssignment.builderRoleAssignment()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
RoleAssignment.Builder |
RoleAssignment.Builder.description(String description)
“Description of the Role Assignment.”
|
RoleAssignment.Builder |
RoleAssignment.Builder.displayName(String displayName)
“The display or friendly name of the role Assignment.”
|
RoleAssignment.Builder |
RoleAssignment.Builder.id(String id) |
RoleAssignment.Builder |
RoleAssignment.Builder.resourceScopes(List<String> resourceScopes)
“List of ids of role scope member security groups.
|
RoleAssignment.Builder |
RoleAssignment.Builder.resourceScopesNextLink(String resourceScopesNextLink)
“List of ids of role scope member security groups.
|
RoleAssignment.Builder |
RoleAssignment.Builder.scopeMembers(List<String> scopeMembers)
“List of ids of role scope member security groups.
|
RoleAssignment.Builder |
RoleAssignment.Builder.scopeMembersNextLink(String scopeMembersNextLink)
“List of ids of role scope member security groups.
|
RoleAssignment.Builder |
RoleAssignment.Builder.scopeType(RoleAssignmentScopeType scopeType)
“Specifies the type of scope for a Role Assignment.
|
Copyright © 2018–2020. All rights reserved.