Lists the account IDs that have access to the specified portfolio.
See https://www.paws-r-sdk.com/docs/servicecatalog_list_portfolio_access/ for full documentation.
servicecatalog_list_portfolio_access(
AcceptLanguage = NULL,
PortfolioId,
OrganizationParentId = NULL,
PageToken = NULL,
PageSize = NULL
)
The language code.
jp
- Japanese
zh
- Chinese
[required] The portfolio identifier.
The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.
The page token for the next set of results. To retrieve the first set of results, use null.
The maximum number of items to return with this call.