| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActiveDirectoryGroup.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithEmailAlias.withEmailAlias(String mailNickname) |
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(ActiveDirectoryGroup group)
Adds a group as a member in the group.
|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(ActiveDirectoryUser user)
Adds a user as a member in the group.
|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(ServicePrincipal servicePrincipal)
Adds a service principal as a member in the group.
|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(String objectId)
Add a member based on its object id.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/