Values.CreateDelegationRequestSourceA collection of attributes that's used to create a delegation for an assessment in Audit Manager.
type nonrec t = {comment : DelegationComment.t option;A comment that's related to the delegation request.
*)controlSetId : ControlSetId.t option;The unique identifier for the control set.
*)roleArn : IamArn.t option;The Amazon Resource Name (ARN) of the IAM role.
*)roleType : RoleType.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DelegationComment.t ]) list ]