Skip to content

Accept Delegation Request

iam_accept_delegation_request R Documentation

Accepts a delegation request, granting the requested temporary access

Description

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

Usage

iam_accept_delegation_request(DelegationRequestId)

Arguments

DelegationRequestId

[required] The unique identifier of the delegation request to accept.

Value

An empty list.

Request syntax

svc$accept_delegation_request(
  DelegationRequestId = "string"
)