ActiveDirectoryGroup Interface
public interface ActiveDirectoryGroup extends ActiveDirectoryObject,HasInner,Updatable<ActiveDirectoryGroup.Update>
An immutable client-side representation of an Azure AD group.
Method Summary
Modifier and Type | Method and Description |
---|---|
Set<Active |
listMembers()
Lists the members in the group. |
Observable<Active |
listMembersAsync()
Lists the members in the group. |
String | mail() |
boolean | securityEnabled() |
Inherited Members
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasManager<ManagerT>.manager()
HasName.name()
Updatable<T>.update()
Method Details
listMembers
public Set
Lists the members in the group.
Returns:
an unmodifiable set of the members
listMembersAsync
public Observable
Lists the members in the group.
Returns:
an unmodifiable set of the members
public String mail()
Returns:
mail field.
securityEnabled
public boolean securityEnabled()
Returns:
security enabled field.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java