RoleAssignment.DefinitionStages.WithRole |
RoleAssignment.DefinitionStages.WithAssignee.forGroup(ActiveDirectoryGroup activeDirectoryGroup) |
Specifies the assignee of the role assignment to be a group.
|
RoleAssignment.DefinitionStages.WithRole |
RoleAssignment.DefinitionStages.WithAssignee.forObjectId(String objectId) |
Specifies the assignee of the role assignment.
|
RoleAssignment.DefinitionStages.WithRole |
RoleAssignment.DefinitionStages.WithAssignee.forServicePrincipal(ServicePrincipal servicePrincipal) |
Specifies the assignee of the role assignment to be a service principal.
|
RoleAssignment.DefinitionStages.WithRole |
RoleAssignment.DefinitionStages.WithAssignee.forServicePrincipal(String servicePrincipalName) |
Specifies the assignee of the role assignment to be a service principal.
|
RoleAssignment.DefinitionStages.WithRole |
RoleAssignment.DefinitionStages.WithAssignee.forUser(ActiveDirectoryUser user) |
Specifies the assignee of the role assignment to be a user.
|
RoleAssignment.DefinitionStages.WithRole |
RoleAssignment.DefinitionStages.WithAssignee.forUser(String name) |
Specifies the assignee of the role assignment to be a user.
|