Values.SessionIssuerSourceProvides information about the source and type of temporary security credentials that were issued to an entity.
type nonrec t = {accountId : string option;The unique identifier for the Amazon Web Services account that owns the entity that was used to get the credentials.
*)arn : string option;The Amazon Resource Name (ARN) of the source account, Identity and Access Management (IAM) user, or role that was used to get the credentials.
*)principalId : string option;The unique identifier for the entity that was used to get the credentials.
*)type_ : string option;The source of the temporary security credentials, such as Root, IAMUser, or Role.
*)userName : string option;The name or alias of the user or role that issued the session. This value is null if the credentials were obtained from a root account that doesn't have an alias.
*)}