Description Usage Arguments Value Request syntax
View source: R/servicecatalog_operations.R
Lists all principal ARNs associated with the specified portfolio.
1 2 | servicecatalog_list_principals_for_portfolio(AcceptLanguage,
PortfolioId, PageSize, PageToken)
|
AcceptLanguage |
The language code.
|
PortfolioId |
[required] The portfolio identifier. |
PageSize |
The maximum number of items to return with this call. |
PageToken |
The page token for the next set of results. To retrieve the first set of results, use null. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 |
1 2 3 4 5 6 | svc$list_principals_for_portfolio(
AcceptLanguage = "string",
PortfolioId = "string",
PageSize = 123,
PageToken = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.