| Modifier and Type | Method and Description |
|---|---|
RoleAssignment.DefinitionStages.WithRole |
RoleAssignment.DefinitionStages.WithAssignee.forUser(ActiveDirectoryUser user)
Specifies the assignee of the role assignment to be a user.
|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(ActiveDirectoryUser user)
Adds a user as a member in the group.
|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ActiveDirectoryUser user)
Adds a user as a member in the group.
|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ActiveDirectoryUser user)
Removes a user as a member in the group.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/