diff options
| author | fengweihao <[email protected]> | 2024-11-28 18:33:28 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-11-28 18:33:28 +0800 |
| commit | 469c9a3d6aabf06a22e8ce07eaae27f3fb2eefc1 (patch) | |
| tree | 5feaf263b162b5e306f99cd87c6ced30f3765c82 /test/resource/HitPolicyResult.json | |
| parent | 581862a78bf58acc19b25f732c64737523aea03f (diff) | |
TSG-23941 Supports security policy execution based on user-specified prioritiesHEADdevelop-4.0
Diffstat (limited to 'test/resource/HitPolicyResult.json')
| -rw-r--r-- | test/resource/HitPolicyResult.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/resource/HitPolicyResult.json b/test/resource/HitPolicyResult.json index b2d00db..d653e31 100644 --- a/test/resource/HitPolicyResult.json +++ b/test/resource/HitPolicyResult.json @@ -67,7 +67,7 @@ }, { "tag_uuid": "00000001-0000-0000-0000-000000000000", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "negate_option": 0, "condition_index": 1 } @@ -106,7 +106,7 @@ }, { "field_value_type": "string", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "field_value": { "string": "www.126.com" }, @@ -213,7 +213,7 @@ }, { "object_uuid": "00005003-0000-0000-0000-000000000000", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "negate_option": 0, "condition_index": 2 }, @@ -244,7 +244,7 @@ }, { "object_uuid": "00005003-0000-0000-0000-000000000000", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "negate_option": 0, "condition_index": 2 }, @@ -291,7 +291,7 @@ }, { "field_value_type": "string", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "field_value": { "string": "www.baidu.com" }, |
