servicecatalog_list_portfolio_access {paws.management} | R Documentation |
Lists the account IDs that have access to the specified portfolio
Description
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.
Usage
servicecatalog_list_portfolio_access(
AcceptLanguage = NULL,
PortfolioId,
OrganizationParentId = NULL,
PageToken = NULL,
PageSize = NULL
)
Arguments
AcceptLanguage |
The language code.
|
PortfolioId |
[required] The portfolio identifier. |
OrganizationParentId |
The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned. |
PageToken |
The page token for the next set of results. To retrieve the first set of results, use null. |
PageSize |
The maximum number of items to return with this call. |
[Package paws.management version 0.7.0 Index]