ServiceCatalogProvisioningDetailsProperties

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

Input ServiceCatalog Provisioning Details

Constructors

constructor(pathId: String? = null, productId: String, provisioningArtifactId: String? = null, provisioningParameters: List<ProjectProvisioningParameter>? = 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

Parameters specified by the administrator that are required for provisioning the product.