JA4 fingerprint

Get details about your JA4 TLS fingerprint.

data "akamai_appsec_advanced_settings_ja4_fingerprint" "my_ja4_fingerprint" {
  config_id = 12345
}
my_ja4_fingerprint = {
  config_id   = 12345
  id          = "12345"
  json        = jsonencode(
    {
      headerNames = [
        "my-ja4-header",
      ]
    }
  )
}

Argument

Pass your security configuration's config_id to get information about your JA4 fingerprint header.

Attributes

Returned to you is an array containing your JA4 TLS header name.

Note: There is an id attribute returned. It is an ID for the run of the data source and is not needed downstream anywhere.

AttributeDescription
config_idYour security configuration's ID.
jsonA jsonencoded object containing the headerNames array with your JA4 TLS header name.