Send Delegation Token
| iam_send_delegation_token | R Documentation |
Sends the exchange token for an accepted delegation request¶
Description¶
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 send_delegation_token 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
send_delegation_token API is called.
For more details, see Managing Permissions for Delegation Requests.
Usage¶
iam_send_delegation_token(DelegationRequestId)
Arguments¶
DelegationRequestId |
[required] The unique identifier of the delegation request for which to send the token. |
Value¶
An empty list.
Request syntax¶
svc$send_delegation_token(
DelegationRequestId = "string"
)