2020/02/19 - AWS Service Catalog - 1 updated api methods
Changes Update servicecatalog client to latest version
{'OrganizationParentId': 'string', 'PageSize': 'integer', 'PageToken': 'string'}
Lists the account IDs that have access to the specified portfolio.
See also: AWS API Documentation
Request Syntax
client.list_portfolio_access( AcceptLanguage='string', PortfolioId='string', OrganizationParentId='string', PageToken='string', PageSize=123 )
string
The language code.
en - English (default)
jp - Japanese
zh - Chinese
string
[REQUIRED]
The portfolio identifier.
string
The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.
string
The page token for the next set of results. To retrieve the first set of results, use null.
integer
The maximum number of items to return with this call.
dict
Response Syntax
{ 'AccountIds': [ 'string', ], 'NextPageToken': 'string' }
Response Structure
(dict) --
AccountIds (list) --
Information about the AWS accounts with access to the portfolio.
(string) --
NextPageToken (string) --
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.