servicecatalog_describe_product_as_admin: Gets information about the specified product

View source: R/servicecatalog_operations.R

servicecatalog_describe_product_as_adminR 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.

  • jp - Japanese

  • zh - 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.