Security policy protections

akamai_appsec_security_policy_protections

Returns information about the protections in effect for the specified security policy.

data "akamai_appsec_security_policy_protections" "my_security_policy_protections" {
  config_id          = 12345
  security_policy_id = "abcd_123456"
}

output "my_security_policy_protections" {
  value = data.akamai_appsec_security_policy_protections.my_security_policy_protections
}

Arguments

ArgumentRequiredDescription
config_id✔️A security configuration ID.
security_policy_id✔️A security policy ID.

Attributes

AttributeDescription
apply_application_layer_controlsReturns true if application layer controls are enabled.
apply_api_constraintsReturns true if API constraints are enabled.
apply_botman_controlsReturns true if Bot Manager controls are enabled.
apply_malware_controlsReturns true if malware controls are enabled.
apply_network_layer_controlsReturns true if network layer controls are enabled.
apply_rate_controlsReturns true if rate controls are enabled.
apply_reputation_controlsReturns true if reputation controls are enabled.
apply_slow_post_controlsReturns true if slow POST controls are enabled.