Reputation protection

akamai_appsec_reputation_protection

Enables or disables reputation protection for a security configuration and security policy.
Reputation profiles grade the security risk of an IP address based on previous activities associated with that address.

Depending on the reputation score and how your configuration has been set up, requests from a specific IP address can trigger an alert or even be blocked.

resource "akamai_appsec_reputation_protection" "my_reputation_protection" {
  config_id          = 12345
  security_policy_id = "abcd_123456"
  enabled            = true
}

Arguments

ArgumentRequiredDescription
config_id✔️A security configuration ID.
security_policy_id✔️A security policy ID.
enabled✔️When set to true, it enables reputation protections.

Attributes

Returned are the current protection settings.