Values.DelegationSourceThe assignment of a control set to a delegate for review.
type nonrec t = {id : UUID.t option;The unique identifier for the delegation.
*)assessmentName : AssessmentName.t option;The name of the assessment that's associated with the delegation.
*)assessmentId : UUID.t option;The identifier for the assessment that's associated with the delegation.
*)status : DelegationStatus.t option;The status of the delegation.
*)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.
*)creationTime : Timestamp.t option;Specifies when the delegation was created.
*)lastUpdated : Timestamp.t option;Specifies when the delegation was last updated.
*)controlSetId : ControlSetId.t option;The identifier for the control set that's associated with the delegation.
*)comment : DelegationComment.t option;The comment that's related to the delegation.
*)createdBy : CreatedBy.t option;The user or role that created the delegation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of UUID.t | `Timestamp of Timestamp.t ])
list ]