Gets information about the specified product
Source:R/servicecatalog_operations.R
servicecatalog_describe_product_as_admin.RdGets information about the specified product. This operation is run with administrator access.
See https://www.paws-r-sdk.com/docs/servicecatalog_describe_product_as_admin/ for full documentation.
Usage
servicecatalog_describe_product_as_admin(
AcceptLanguage = NULL,
Id = NULL,
Name = NULL,
SourcePortfolioId = NULL
)Arguments
- AcceptLanguage
The language code.
jp- Japanesezh- Chinese
- Id
The product identifier.
- Name
The product name.
- SourcePortfolioId
The unique identifier of the shared portfolio that the specified product is associated with.
You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.