Interface ActiveDirectoryGroup

All Superinterfaces:
ActiveDirectoryObject, HasId, HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGroupInner>, HasManager<AuthorizationManager>, HasName, Indexable, Updatable<ActiveDirectoryGroup.Update>

public interface ActiveDirectoryGroup extends ActiveDirectoryObject, HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGroupInner>, Updatable<ActiveDirectoryGroup.Update>
An immutable client-side representation of an Azure AD group.
  • Method Details

    • securityEnabled

      boolean securityEnabled()
      Returns:
      security enabled field.
    • mail

      String mail()
      Returns:
      mail field.
    • listMembers

      List<ActiveDirectoryObject> listMembers()
      Lists the members in the group.
      Returns:
      a list of the members
    • listMembersAsync

      com.azure.core.http.rest.PagedFlux<ActiveDirectoryObject> listMembersAsync()
      Lists the members in the group.
      Returns:
      a list of the members