sso_list_accounts {paws.security.identity} | R Documentation |
Lists all AWS accounts assigned to the user
Description
Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the administrator of the account. For more information, see Assign User Access in the IAM Identity Center User Guide. This operation returns a paginated response.
See https://www.paws-r-sdk.com/docs/sso_list_accounts/ for full documentation.
Usage
sso_list_accounts(nextToken = NULL, maxResults = NULL, accessToken)
Arguments
nextToken |
(Optional) When requesting subsequent pages, this is the page token from the previous response output. |
maxResults |
This is the number of items clients can request per page. |
accessToken |
[required] The token issued by the |
[Package paws.security.identity version 0.7.0 Index]