Values.GroupSummarySourceA structure containing a subset of fields of a group object from a directory.
type nonrec t = {groupScope : GroupScope.t option;The scope of the AD group. For details, see Active Directory security groups.
*)groupType : GroupType.t option;The AD group type. For details, see Active Directory security group type.
*)sAMAccountName : GroupName.t option;The name of the group.
*)sID : SID.t option;The unique security identifier (SID) of the group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GroupName.t ]) list ]