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

ArgumentRequiredDescription
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.

AttributeDescription
content_protection_rule_idsAn array containing the content protection rules' IDs.

Did this page help you?