GetSecurityPolicyAdaptiveProtectionConfigAutoDeployConfig

data class GetSecurityPolicyAdaptiveProtectionConfigAutoDeployConfig(val confidenceThreshold: Double, val expirationSec: Int, val impactedBaselineThreshold: Double, val loadThreshold: Double)

Constructors

constructor(confidenceThreshold: Double, expirationSec: Int, impactedBaselineThreshold: Double, loadThreshold: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Rules are only automatically deployed for alerts on potential attacks with confidence scores greater than this threshold.

Link copied to clipboard

Google Cloud Armor stops applying the action in the automatically deployed rule to an identified attacker after this duration. The rule continues to operate against new requests.

Link copied to clipboard

Rules are only automatically deployed when the estimated impact to baseline traffic from the suggested mitigation is below this threshold.

Link copied to clipboard

Identifies new attackers only when the load to the backend service that is under attack exceeds this threshold.