Content protection rule sequence
akamai_botman_content_protection_rule_sequence
Get the evaluation sequence of your content protection rules.
data "akamai_botman_content_protection_rule_sequence" "my_content_protection_rule_sequence" {
config_id = 12345
security_policy_id = "abc1_12345"
}
output "my_content_protection_rule_sequence" {
value = data.akamai_botman_content_protection_rule_sequence.my_content_protection_rule_sequence
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | The security configuration's ID. |
security_policy_id | ✔️ | The security policy's ID. |
Attributes
Returned to you is a JSON-encoded list of your content protection rules in their current sequential order.
Attribute | Description |
---|---|
content_protection_rule_ids | An array containing the content protection rules' IDs. |
Updated 5 months ago