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.
sso_list_account_roles(
nextToken = NULL,
maxResults = NULL,
accessToken,
accountId
)
The page token from the previous response output when you request subsequent pages.
The number of items that clients can request per page.
[required] The token issued by the CreateToken
API call. For more information,
see
CreateToken
in the IAM Identity Center OIDC API Reference Guide.
[required] The identifier for the AWS account that is assigned to the user.