Gets information about the specified product. This operation is run with administrator access.
servicecatalog_describe_product_as_admin(AcceptLanguage, Id, Name,
SourcePortfolioId)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
The product identifier.
The product name.
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.
svc$describe_product_as_admin( AcceptLanguage = "string", Id = "string", Name = "string", SourcePortfolioId = "string" )