Values.DescribeGroupResultSourceReturns information about a specific group.
type nonrec t = {directoryId : DirectoryId.t option;The identifier (ID) of the directory that's associated with the group.
*)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;The attribute values that are returned for the attribute names that are included in the request.
*)realm : Realm.t option;The domain name that's associated with the group.
*)sAMAccountName : GroupName.t option;The name of the group.
*)sID : SID.t option;The unique security identifier (SID) of the group.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]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 DirectoryId.t ])
list ]