Values.DescribeGroupRequestSourceReturns information about a specific group.
type nonrec t = {directoryId : DirectoryId.t;The Identifier (ID) of the directory associated with the group.
*)otherAttributes : LdapDisplayNameList.t option;One or more attributes to be returned for the group. For a list of supported attributes, see Directory Service Data Attributes.
*)realm : Realm.t option;The domain name that's associated with the group. This parameter is optional, so you can return groups outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD groups are returned. This value is case insensitive.
*)sAMAccountName : GroupName.t;The name of the group.
*)}val make :
?otherAttributes:??? ->
?realm:??? ->
directoryId:DirectoryId.t ->
sAMAccountName:GroupName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of LdapDisplayName.t ] list
| `String of DirectoryId.t ])
list ]