View source: R/servicecatalog_operations.R
servicecatalog_describe_product_as_admin | R Documentation |
Gets 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.
servicecatalog_describe_product_as_admin(
AcceptLanguage = NULL,
Id = NULL,
Name = NULL,
SourcePortfolioId = NULL
)
AcceptLanguage |
The language code.
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.