ServicecatalogFunctions

Functions

Link copied to clipboard

Provides information on a Service Catalog Constraint.

suspend fun getConstraint(acceptLanguage: String? = null, description: String? = null, id: String): GetConstraintResult
Link copied to clipboard

Lists the paths to the specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.

suspend fun getLaunchPaths(acceptLanguage: String? = null, productId: String): GetLaunchPathsResult
Link copied to clipboard

Provides information for a Service Catalog Portfolio.

suspend fun getPortfolio(acceptLanguage: String? = null, id: String, tags: Map<String, String>? = null): GetPortfolioResult
Link copied to clipboard

Provides information on Service Catalog Portfolio Constraints.

suspend fun getPortfolioConstraints(acceptLanguage: String? = null, portfolioId: String, productId: String? = null): GetPortfolioConstraintsResult
Link copied to clipboard

Provides information on a Service Catalog Product.

suspend fun getProduct(argument: suspend GetProductPlainArgsBuilder.() -> Unit): GetProductResult
suspend fun getProduct(acceptLanguage: String? = null, id: String, tags: Map<String, String>? = null): GetProductResult
Link copied to clipboard

Lists the provisioning artifacts for the specified product.

suspend fun getProvisioningArtifacts(acceptLanguage: String? = null, productId: String): GetProvisioningArtifactsResult