Values.AwsIamUserDetailsSourceInformation about an IAM user.
type nonrec t = {attachedManagedPolicies : AwsIamAttachedManagedPolicyList.t option;A list of the managed policies that are attached to the user.
*)createDate : NonEmptyString.t option;Indicates when the user was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)groupList : StringList.t option;A list of IAM groups that the user belongs to.
*)path : NonEmptyString.t option;The path to the user.
*)permissionsBoundary : AwsIamPermissionsBoundary.t option;The permissions boundary for the user.
*)userId : NonEmptyString.t option;The unique identifier for the user.
*)userName : NonEmptyString.t option;The name of the user.
*)userPolicyList : AwsIamUserPolicyList.t option;The list of inline policies that are embedded in the user.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]