Returns a summary of each of the portfolio shares that were created for the specified portfolio
Source:R/servicecatalog_operations.R
servicecatalog_describe_portfolio_shares.RdReturns a summary of each of the portfolio shares that were created for the specified portfolio.
See https://www.paws-r-sdk.com/docs/servicecatalog_describe_portfolio_shares/ for full documentation.
Usage
servicecatalog_describe_portfolio_shares(
PortfolioId,
Type,
PageToken = NULL,
PageSize = NULL
)Arguments
- 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\.
ACCOUNT- Represents an external account to account share.2\.
ORGANIZATION- Represents a share to an organization. This share is available to every account in the organization.3\.
ORGANIZATIONAL_UNIT- Represents a share to an organizational unit.4\.
ORGANIZATION_MEMBER_ACCOUNT- Represents a share to an account in the organization.- 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.