Values.AwsIamGroupDetailsSourceContains details about an IAM group.
type nonrec t = {attachedManagedPolicies : AwsIamAttachedManagedPolicyList.t option;A list of the managed policies that are attached to the IAM group.
*)createDate : NonEmptyString.t option;Indicates when the IAM group was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)groupId : NonEmptyString.t option;The identifier of the IAM group.
*)groupName : NonEmptyString.t option;The name of the IAM group.
*)groupPolicyList : AwsIamGroupPolicyList.t option;The list of inline policies that are embedded in the group.
*)path : NonEmptyString.t option;The path to the group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]