Module Values.UpdateDelegationRequestRequestSource

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

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

    The unique identifier of the delegation request to update.

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

    Additional notes or comments to add to 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