Values.GroupSourceA group object that contains identifying information and attributes for a specified group.
type nonrec t = {distinguishedName : DistinguishedName.t option;The distinguished name of the object.
*)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.
*)otherAttributes : Attributes.t option;An expression of one or more attributes, data types, and the values of a group.
*)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
| `Map of
([> `String of LdapDisplayName.t ]
* [> `Structure of
(string
* [> `Boolean of BooleanAttributeValue.t
| `List of [> `String of StringAttributeValue.t ] list
| `Long of NumberAttributeValue.t
| `String of StringAttributeValue.t ])
list ])
list
| `String of DistinguishedName.t ])
list ]