aws.sso.list_accounts
Example SQL Queries
SELECT * FROMaws.sso.list_accountsWHERE"access_token" = 'VALUE';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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| access_token Required Input Column The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| account_id The identifier of the AWS account that is assigned to the user. | VARCHAR |
| account_name The display name of the AWS account that is assigned to the user. | VARCHAR |
| email_address The email address of the AWS account that is assigned to the user. | VARCHAR |