Module Values.SendDelegationTokenRequestSource

Sends the exchange token for an accepted delegation request. The exchange token is sent to the partner via an asynchronous notification channel, established by the partner. The delegation request must be in the ACCEPTED state when calling this API. After the SendDelegationToken API call is successful, the request transitions to a FINALIZED state and cannot be rolled back. However, a user may reject an accepted request before the SendDelegationToken API is called. For more details, see Managing Permissions for Delegation Requests.

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

    The unique identifier of the delegation request for which to send the token.

    *)
}
Sourceval context_ : string
Sourceval make : 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