Values.GroupDetailSourceContains information about an IAM group, including all of the group's policies. This data type is used as a response element in the GetAccountAuthorizationDetails operation.
type nonrec t = {path : PathType.t option;The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.
*)groupName : GroupNameType.t option;The friendly name that identifies the group.
*)groupId : IdType.t option;The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
*)arn : ArnType.t option;createDate : DateType.t option;The date and time, in ISO 8601 date-time format, when the group was created.
*)groupPolicyList : PolicyDetailListType.t option;A list of the inline policies embedded in the group.
*)attachedManagedPolicies : AttachedPoliciesListType.t option;A list of the managed policies attached to the group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of PolicyNameType.t ]) list ]
list
| `String of PathType.t
| `Timestamp of DateType.t ])
list ]