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.

ArgumentRequiredDescription
config_idYour security configuration's ID.
header_namesThe 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.