JA4 fingerprint
Update or delete your JA4 fingerprint settings.
resource "akamai_appsec_advanced_settings_ja4_fingerprint" "my_ja4_fingerprint" {
config_id = 12345
header_names = ["ja4-fingerprint-update"]
}
my_ja4_fingerprint = {
"config_id" = 12345
"header_names" = tolist([
"ja4-fingerprint-update",
])
"id" = "12345"
}
Arguments
Pass your security configuration's ID to make changes to or remove a JA4 fingerprint.
Argument | Required | Description |
---|---|---|
config_id | ✔ | Your security configuration's ID. |
header_names | The JA4 TLS header names to include in the header. |
Attributes
There is no standard output for this resource. The changes reflected in your state file mirror your request.
Note: There is an
id
attribute returned. It is an ID for the run of the resource and is not needed downstream anywhere.
Updated 3 days ago