Reputation profile analysis
akamai_appsec_reputation_profile_analysis
Returns information about the following two reputation analysis settings.
forwardToHTTPHeader
. When enabled, client reputation information associated with a request is forwarded to origin servers by using an HTTP headerforwardSharedIPToHTTPHeaderAndSIEM
. When enabled, both the HTTP header and SIEM integration events include a value indicating that the IP addresses is shared address.
data "akamai_appsec_reputation_profile_analysis" "my_reputation_analysis" {
config_id = 12345
security_policy_id = "abcd_123456"
}
output "my_reputation_analysis" {
value = data.akamai_appsec_reputation_profile_analysis.my_reputation_analysis
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
forward_to_http_header | ✔️ | When set to true to add client reputation details to requests forwarded to the origin server in an HTTP header. |
forward_shared_ip_to_http_header_siem | ✔️ | When set to true, it adds a value indicating that shared IPs are included in HTTP header and SIEM integration. |
Attributes
Returned is a list of the reputation analysis settings.
Updated 5 days ago