Configuration Policy Parameter Value
data class ConfigurationPolicyParameterValue(val boolean: Boolean? = null, val double: Double? = null, val enum: String? = null, val enumList: List<String>? = null, val integer: Int? = null, val integerList: List<Int>? = null, val string: String? = null, val stringList: List<String>? = null)
An object that includes the data type of a security control parameter and its current value.