| Modifier and Type | Interface and Description |
|---|---|
static interface |
RoleAssignment.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/