Security Policy Adaptive Protection Config Auto Deploy Config Args
data class SecurityPolicyAdaptiveProtectionConfigAutoDeployConfigArgs(val confidenceThreshold: Output<Double>? = null, val expirationSec: Output<Int>? = null, val impactedBaselineThreshold: Output<Double>? = null, val loadThreshold: Output<Double>? = null) : ConvertibleToJava<SecurityPolicyAdaptiveProtectionConfigAutoDeployConfigArgs>
Configuration options for Adaptive Protection auto-deploy feature.
Constructors
Link copied to clipboard
fun SecurityPolicyAdaptiveProtectionConfigAutoDeployConfigArgs(confidenceThreshold: Output<Double>? = null, expirationSec: Output<Int>? = null, impactedBaselineThreshold: Output<Double>? = null, loadThreshold: Output<Double>? = null)