ProjectServiceCatalogProvisioningDetails

data class ProjectServiceCatalogProvisioningDetails(val pathId: String? = null, val productId: String, val provisioningArtifactId: String? = null, val provisioningParameters: List<ProjectServiceCatalogProvisioningDetailsProvisioningParameter>? = null)

Constructors

Link copied to clipboard
constructor(pathId: String? = null, productId: String, provisioningArtifactId: String? = null, provisioningParameters: List<ProjectServiceCatalogProvisioningDetailsProvisioningParameter>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val pathId: String? = null

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.

Link copied to clipboard

The ID of the product to provision.

Link copied to clipboard

The ID of the provisioning artifact.

Link copied to clipboard

A list of key value pairs that you specify when you provision a product. See Provisioning Parameter below.