Values.UpdateDelegationRequestRequestSourceUpdates an existing delegation request with additional information. When the delegation request is updated, it reaches the PENDING_APPROVAL state. Once a delegation request has an owner, that owner gets a default permission to update the delegation request. For more details, see Managing Permissions for Delegation Requests.
type nonrec t = {delegationRequestId : DelegationRequestIdType.t;The unique identifier of the delegation request to update.
*)notes : NotesType.t option;Additional notes or comments to add to the delegation request.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of DelegationRequestIdType.t ]) list ]