Retrieves information about a specific delegation request
Source:R/iam_operations.R
iam_get_delegation_request.RdRetrieves information about a specific delegation request.
See https://www.paws-r-sdk.com/docs/iam_get_delegation_request/ for full documentation.
Arguments
- DelegationRequestId
[required] The unique identifier of the delegation request to retrieve.
- DelegationPermissionCheck
Specifies whether to perform a permission check for the delegation request.
If set to true, the
get_delegation_requestAPI call will start a permission check process. This process calculates whether the caller has sufficient permissions to cover the asks from this delegation request.Setting this parameter to true does not guarantee an answer in the response. See the
PermissionCheckStatusand thePermissionCheckResultresponse attributes for further details.