aws.servicecatalog.list_portfolio_access
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_portfolio_accessWHERE"portfolio_id" = 'VALUE';Description
Lists the account IDs that have access to the specified portfolio.
A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| portfolio_id Required Input Column The portfolio identifier. | VARCHAR |
| accept_language Input Column The language code.
| VARCHAR |
| organization_parent_id Input Column The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned. | VARCHAR |
| page_size Input Column The maximum number of items to return with this call. | BIGINT |
| page_token Input Column The page token for the next set of results. To retrieve the first set of results, use null. | 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_ids Information about the Amazon Web Services accounts with access to the portfolio. | VARCHAR[] |
Show child fields
| |
| next_page_token The page token to use to retrieve the next set of results. If there are no additional results, this value is null. | VARCHAR |