Description Usage Arguments Value Request syntax
View source: R/servicecatalog_operations.R
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
You can use this API to determine which accounts or organizational nodes this portfolio have been shared, whether the recipient entity has imported the share, and whether TagOptions are included with the share.
The PortfolioId
and Type
parameters are both required.
1 2 | servicecatalog_describe_portfolio_shares(PortfolioId, Type, PageToken,
PageSize)
|
PortfolioId |
[required] The unique identifier of the portfolio for which shares will be retrieved. |
Type |
[required] The type of portfolio share to summarize. This field acts as a filter on the type of portfolio share, which can be one of the following: 1\. 2\. 3\. 4\. |
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. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 |
1 2 3 4 5 6 | svc$describe_portfolio_shares(
PortfolioId = "string",
Type = "ACCOUNT"|"ORGANIZATION"|"ORGANIZATIONAL_UNIT"|"ORGANIZATION_MEMBER_ACCOUNT",
PageToken = "string",
PageSize = 123
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.