Values.AwsIamAccessKeySessionContextAttributesSourceAttributes of the session that the key was used for.
type nonrec t = {mfaAuthenticated : Boolean.t option;Indicates whether the session used multi-factor authentication (MFA).
*)creationDate : NonEmptyString.t option;Indicates when the session was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]