Values.SessionContextAttributesSourceProvides information about the context in which temporary security credentials were issued to an entity.
type nonrec t = {creationDate : string option;The date and time, in UTC and ISO 8601 format, when the credentials were issued.
*)mfaAuthenticated : bool option;Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.
*)}