servicecatalog_list_organization_portfolio_access {paws.management} | R Documentation |
Lists the organization nodes that have access to the specified portfolio
Description
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin.
See https://www.paws-r-sdk.com/docs/servicecatalog_list_organization_portfolio_access/ for full documentation.
Usage
servicecatalog_list_organization_portfolio_access(
AcceptLanguage = NULL,
PortfolioId,
OrganizationNodeType,
PageToken = NULL,
PageSize = NULL
)
Arguments
AcceptLanguage |
The language code.
|
PortfolioId |
[required] The portfolio identifier. For example, |
OrganizationNodeType |
[required] The organization node type that will be returned in the output.
|
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. |