Values.RejectDelegationRequestRequestSourceRejects a delegation request, denying the requested temporary access. Once a request is rejected, it cannot be accepted or updated later. Rejected requests expire after 7 days. When rejecting a request, an optional explanation can be added using the Notes request parameter. For more details, see Managing Permissions for Delegation Requests.
type nonrec t = {delegationRequestId : DelegationRequestIdType.t;The unique identifier of the delegation request to reject.
*)notes : NotesType.t option;Optional notes explaining the reason for rejecting the delegation request.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of DelegationRequestIdType.t ]) list ]