Values.RoleSourceThe wrapper that contains the Audit Manager role information of the current user. This includes the role type and IAM Amazon Resource Name (ARN).
type nonrec t = {roleType : RoleType.t;The type of customer persona. In CreateAssessment, roleType can only be PROCESS_OWNER. In UpdateSettings, roleType can only be PROCESS_OWNER. In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.
*)roleArn : IamArn.t;The Amazon Resource Name (ARN) of the IAM role.
*)}