Version: v2024-10-21 | Includes use: No |
---|
Behavior name: Personally Identifiable Information (PII)
Marks content covered by the current rule as sensitive personally identifiable information that needs to be treated as secure and private. That includes anything involving personal information: name, social security number, date and place of birth, mother's maiden name, biometric data, or any other data linked to an individual. If you attempt to save a property with such a rule that also caches or logs sensitive content, the added behavior results in a validation error.
Warning: This feature is not exhaustive nor does it prevent you from placing secure information in query strings or writing it to an origin folder. In addition, it cannot identify if SSL protocol is in effect.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "personally_identifiable_information" {
rules_v2024-10-21 {
name = "Personally Identifiable Information (PII)"
comments = "Marks content covered by the current rule as sensitive personally identifiable information."
behavior {
personally_identifiable_information {
enabled = true
}
}
}
}
"behaviors": [
{
"name": "personallyIdentifiableInformation",
"options": {
"enabled": true
}
}
]
Options
Option | Description |
---|---|
enabled |
When enabled, marks content as personally identifiable information (PII).
|