Module Values.AcceptDelegationRequestRequestSource

Accepts a delegation request, granting the requested temporary access. Once the delegation request is accepted, it is eligible to send the exchange token to the partner. The SendDelegationToken API has to be explicitly called to send the delegation token. At the time of acceptance, IAM records the details and the state of the identity that called this API. This is the identity that gets mapped to the delegated credential. An accepted request may be rejected before the exchange token is sent to the partner.

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

    The unique identifier of the delegation request to accept.

    *)
}
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