failover_bot_manager_feature_compatibility
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: Security Failover Feature Compatibility
Ensures that functionality such as challenge authentication and reset protocol work with a failover product property you use to create an alternate hostname. Apply it to any properties that implement a failover under the Cloud Security Failover product.
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" "failover_bot_manager_feature_compatibility" {
rules_v2025_02_18 {
name = "Security Failover Feature Compatibility"
comments = "Ensures services function with a failover."
behavior {
failover_bot_manager_feature_compatibility {
}
}
}
}
"behaviors": [
{
"name": "failoverBotManagerFeatureCompatibility",
"options": {
}
}
]
Updated 1 day ago