Values.DelegationMetadataSourceThe metadata that's associated with the delegation.
type nonrec t = {id : UUID.t option;The unique identifier for the delegation.
*)assessmentName : AssessmentName.t option;The name of the associated assessment.
*)assessmentId : UUID.t option;The unique identifier for the assessment.
*)status : DelegationStatus.t option;The current status of the delegation.
*)roleArn : IamArn.t option;The Amazon Resource Name (ARN) of the IAM role.
*)creationTime : Timestamp.t option;Specifies when the delegation was created.
*)controlSetName : NonEmptyString.t option;Specifies the name of the control set that was delegated for review.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of UUID.t | `Timestamp of Timestamp.t ])
list ]