Dsc Configuration Parameter Response
data class DscConfigurationParameterResponse(val defaultValue: String? = null, val isMandatory: Boolean? = null, val position: Int? = null, val type: String? = null)
Definition of the configuration parameter type.