Module Values.RejectDelegationRequestRequestSource

Rejects 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.

Sourcetype nonrec t = {
  1. delegationRequestId : DelegationRequestIdType.t;
    (*

    The unique identifier of the delegation request to reject.

    *)
  2. notes : NotesType.t option;
    (*

    Optional notes explaining the reason for rejecting the delegation request.

    *)
}
Sourceval context_ : string
Sourceval make : ?notes:??? -> delegationRequestId:DelegationRequestIdType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DelegationRequestIdType.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t