client_certificate
Version: v2026-02-16 | Includes use: Yes |
|---|
Criterion name: Client certificate
Matches whether you have configured a client certificate to authenticate requests to edge servers.
Default criterion
These samples reflect the criterion's default settings. You can use these as is in your configurations or make adjustments based on the criterion's available options.
data "akamai_property_rules_builder" "client_certificate" {
rules_v2026_02_16 {
name = "Client certificate"
comments = "Matches whether you have configured a client certificate to authenticate requests to edge servers."
criterion {
client_certificate {
enforce_mtls = "FAIL"
}
}
}
}"criterion": [
{
"name": "clientCertificate",
"options": {
"enforceMtls": "FAIL"
}
}
]Options
| Option | Description |
|---|---|
enforce_mtls |
Specifies custom handling of requests that fail
enforce_mtls_settings.
This option requires the Possible values are:
|
certificate_state |
When using a client certificate for authentication to edge servers, this option sets the state on which to apply related behaviors. Possible values are:
|
Updated 25 days ago
