advanced_im_match
Version: v2023-01-05 | Includes use: Yes |
---|
Criterion name: Image and Video Manager
Matches whether the image_manager
behavior already applies to the current set of requests.
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" "advanced_im_match" {
rules_v2025_04_29 {
name = "Image and Video Manager"
comments = "Matches whether the image_manager behavior already applies to the current set of requests"
criterion {
advanced_im_match {
match_operator = "IS"
match_on = "ANY_IM"
}
}
}
}
"criterion": [
{
"name": "advancedImMatch",
"options": {
"matchOperator": "IS",
"matchOn": "ANY_IM"
}
}
]
Options
Option | Description |
---|---|
match_operator |
Specifies the match's logic. Value is one of:
|
match_on |
Specifies the match's scope. Value is one of:
|
Updated 2 days ago