| Modifier and Type | Interface and Description |
|---|---|
interface |
ActiveDirectoryApplication
An immutable client-side representation of an Azure AD application.
|
interface |
ActiveDirectoryGroup
An immutable client-side representation of an Azure AD group.
|
interface |
ActiveDirectoryUser
An immutable client-side representation of an Azure AD user.
|
interface |
ServicePrincipal
An immutable client-side representation of an Azure AD service principal.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ActiveDirectoryObject> |
ActiveDirectoryGroup.listMembers()
Lists the members in the group.
|
rx.Observable<ActiveDirectoryObject> |
ActiveDirectoryGroup.listMembersAsync()
Lists the members 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.
*/