new(...): Initialize a new group object. Do not call this directly; see 'Initialization' below.
delete(confirm=TRUE): Delete a group. By default, ask for confirmation first.
update(...): Update the group information in Azure Active Directory.
do_operation(...): Carry out an arbitrary operation on the group.
sync_fields(): Synchronise the R object with the app data in Azure Active Directory.
list_group_memberships(): Return the IDs of all groups this group is a member of.
list_object_memberships(): Return the IDs of all groups, administrative units and directory roles this group is a member of.
list_members(type=c("user", "group", "application", "servicePrincipal")): Return a list of all members of this group. Specify the type argument to filter the result for specific object type(s).
list_owners(type=c("user", "group", "application", "servicePrincipal")): Return a list of all owners of this group. Specify the type argument to filter the result for specific object type(s).