Values.UserSourceContains information about the user involved in the attack sequence.
type nonrec t = {name : String_.t option;The name of the user.
*)uid : String_.t option;The unique identifier of the user.
*)type_ : String_.t option;The type of the user.
*)credentialUid : String_.t option;The credentials of the user ID.
*)account : Account.t option;Contains information about the Amazon Web Services account within which the activity took place. This is not necessarily the account that owns the user identity.
*)}