servicecatalog_describe_product_as_admin {paws.management} | R Documentation |
Gets information about the specified product
Description
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.
Usage
servicecatalog_describe_product_as_admin(
AcceptLanguage = NULL,
Id = NULL,
Name = NULL,
SourcePortfolioId = NULL
)
Arguments
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. |
[Package paws.management version 0.7.0 Index]