sso_list_account_roles {paws.security.identity} | R Documentation |
Lists all roles that are assigned to the user for a given AWS account
Description
Lists all roles that are assigned to the user for a given AWS account.
See https://www.paws-r-sdk.com/docs/sso_list_account_roles/ for full documentation.
Usage
sso_list_account_roles(
nextToken = NULL,
maxResults = NULL,
accessToken,
accountId
)
Arguments
nextToken |
The page token from the previous response output when you request subsequent pages. |
maxResults |
The number of items that clients can request per page. |
accessToken |
[required] The token issued by the |
accountId |
[required] The identifier for the AWS account that is assigned to the user. |
[Package paws.security.identity version 0.6.1 Index]