listDelegationRequests
inline suspend fun IamClient.listDelegationRequests(crossinline block: ListDelegationRequestsRequest.Builder.() -> Unit): ListDelegationRequestsResponse
Lists delegation requests based on the specified criteria.
If a delegation request has no owner, even if it is assigned to a specific account, it will not be part of the ListDelegationRequests output for that account.
For more details, see Managing Permissions for Delegation Requests.