Lists all portfolios in the catalog.
servicecatalog_list_portfolios(AcceptLanguage, PageToken, PageSize)
A list with the following syntax:
list(
PortfolioDetails = list(
list(
Id = "string",
ARN = "string",
DisplayName = "string",
Description = "string",
CreatedTime = as.POSIXct(
"2015-01-01"
),
ProviderName = "string"
)
),
NextPageToken = "string"
)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
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.
svc$list_portfolios(
AcceptLanguage = "string",
PageToken = "string",
PageSize = 123
)