catocli 1.0.20__py3-none-any.whl → 1.0.21__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (85) hide show
  1. catocli/__init__.py +1 -1
  2. catocli/parsers/custom/__init__.py +1 -1
  3. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  4. catocli/parsers/mutation_admin_updateAdmin/README.md +1 -1
  5. catocli/parsers/mutation_policy/__init__.py +348 -0
  6. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
  7. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
  8. catocli/parsers/mutation_policy_socketLan/README.md +7 -0
  9. catocli/parsers/mutation_policy_socketLan_addRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_socketLan_addSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +18 -0
  13. catocli/parsers/mutation_policy_socketLan_moveRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_socketLan_moveSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_socketLan_removeRule/README.md +18 -0
  17. catocli/parsers/mutation_policy_socketLan_removeSection/README.md +18 -0
  18. catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +18 -0
  19. catocli/parsers/mutation_policy_socketLan_updateRule/README.md +18 -0
  20. catocli/parsers/mutation_policy_socketLan_updateSection/README.md +18 -0
  21. catocli/parsers/mutation_policy_wanNetwork/README.md +7 -0
  22. catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +18 -0
  23. catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +18 -0
  24. catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +18 -0
  25. catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +18 -0
  26. catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +18 -0
  27. catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +18 -0
  28. catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +18 -0
  29. catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +18 -0
  30. catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +18 -0
  31. catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +18 -0
  32. catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +18 -0
  33. catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +18 -0
  34. catocli/parsers/query_eventsFeed/README.md +1 -1
  35. catocli/parsers/query_policy/README.md +3 -1
  36. catocli/parsers/query_siteLocation/README.md +1 -1
  37. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/METADATA +1 -1
  38. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/RECORD +85 -35
  39. models/mutation.admin.addAdmin.json +0 -60
  40. models/mutation.admin.updateAdmin.json +0 -57
  41. models/mutation.policy.internetFirewall.addRule.json +18 -18
  42. models/mutation.policy.internetFirewall.createPolicyRevision.json +4 -4
  43. models/mutation.policy.internetFirewall.discardPolicyRevision.json +4 -4
  44. models/mutation.policy.internetFirewall.moveRule.json +4 -4
  45. models/mutation.policy.internetFirewall.publishPolicyRevision.json +4 -4
  46. models/mutation.policy.internetFirewall.removeRule.json +4 -4
  47. models/mutation.policy.internetFirewall.updatePolicy.json +4 -4
  48. models/mutation.policy.internetFirewall.updateRule.json +18 -18
  49. models/mutation.policy.socketLan.addRule.json +11266 -0
  50. models/mutation.policy.socketLan.addSection.json +1358 -0
  51. models/mutation.policy.socketLan.createPolicyRevision.json +3926 -0
  52. models/mutation.policy.socketLan.discardPolicyRevision.json +3860 -0
  53. models/mutation.policy.socketLan.moveRule.json +3658 -0
  54. models/mutation.policy.socketLan.moveSection.json +1259 -0
  55. models/mutation.policy.socketLan.publishPolicyRevision.json +3917 -0
  56. models/mutation.policy.socketLan.removeRule.json +3306 -0
  57. models/mutation.policy.socketLan.removeSection.json +958 -0
  58. models/mutation.policy.socketLan.updatePolicy.json +3936 -0
  59. models/mutation.policy.socketLan.updateRule.json +10860 -0
  60. models/mutation.policy.socketLan.updateSection.json +1111 -0
  61. models/mutation.policy.wanNetwork.addRule.json +30614 -0
  62. models/mutation.policy.wanNetwork.addSection.json +1358 -0
  63. models/mutation.policy.wanNetwork.createPolicyRevision.json +8251 -0
  64. models/mutation.policy.wanNetwork.discardPolicyRevision.json +8185 -0
  65. models/mutation.policy.wanNetwork.moveRule.json +7983 -0
  66. models/mutation.policy.wanNetwork.moveSection.json +1259 -0
  67. models/mutation.policy.wanNetwork.publishPolicyRevision.json +8242 -0
  68. models/mutation.policy.wanNetwork.removeRule.json +7631 -0
  69. models/mutation.policy.wanNetwork.removeSection.json +958 -0
  70. models/mutation.policy.wanNetwork.updatePolicy.json +8261 -0
  71. models/mutation.policy.wanNetwork.updateRule.json +30145 -0
  72. models/mutation.policy.wanNetwork.updateSection.json +1111 -0
  73. models/query.accountMetrics.json +251 -0
  74. models/query.accountSnapshot.json +188 -0
  75. models/query.auditFeed.json +60 -0
  76. models/query.events.json +240 -0
  77. models/query.eventsFeed.json +60 -0
  78. models/query.eventsTimeSeries.json +180 -0
  79. models/query.policy.json +15763 -4176
  80. models/query.sandbox.json +64 -0
  81. schema/catolib.py +1 -1
  82. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/LICENSE +0 -0
  83. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/WHEEL +0 -0
  84. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/entry_points.txt +0 -0
  85. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/top_level.txt +0 -0
models/query.events.json CHANGED
@@ -1019,6 +1019,36 @@
1019
1019
  "isDeprecated": false,
1020
1020
  "name": "src_process_parent_path"
1021
1021
  },
1022
+ {
1023
+ "deprecationReason": null,
1024
+ "description": "The destination process ID",
1025
+ "isDeprecated": false,
1026
+ "name": "dest_pid"
1027
+ },
1028
+ {
1029
+ "deprecationReason": null,
1030
+ "description": "Destination process file path",
1031
+ "isDeprecated": false,
1032
+ "name": "dest_process_path"
1033
+ },
1034
+ {
1035
+ "deprecationReason": null,
1036
+ "description": "Destination process command line",
1037
+ "isDeprecated": false,
1038
+ "name": "dest_process_cmdline"
1039
+ },
1040
+ {
1041
+ "deprecationReason": null,
1042
+ "description": "Destination process parent process ID",
1043
+ "isDeprecated": false,
1044
+ "name": "dest_process_parent_pid"
1045
+ },
1046
+ {
1047
+ "deprecationReason": null,
1048
+ "description": "Destination process parent file path",
1049
+ "isDeprecated": false,
1050
+ "name": "dest_process_parent_path"
1051
+ },
1022
1052
  {
1023
1053
  "deprecationReason": null,
1024
1054
  "description": "If policy is set to disinfect, return the result of this action",
@@ -2551,6 +2581,36 @@
2551
2581
  "isDeprecated": false,
2552
2582
  "name": "src_process_parent_path"
2553
2583
  },
2584
+ {
2585
+ "deprecationReason": null,
2586
+ "description": "The destination process ID",
2587
+ "isDeprecated": false,
2588
+ "name": "dest_pid"
2589
+ },
2590
+ {
2591
+ "deprecationReason": null,
2592
+ "description": "Destination process file path",
2593
+ "isDeprecated": false,
2594
+ "name": "dest_process_path"
2595
+ },
2596
+ {
2597
+ "deprecationReason": null,
2598
+ "description": "Destination process command line",
2599
+ "isDeprecated": false,
2600
+ "name": "dest_process_cmdline"
2601
+ },
2602
+ {
2603
+ "deprecationReason": null,
2604
+ "description": "Destination process parent process ID",
2605
+ "isDeprecated": false,
2606
+ "name": "dest_process_parent_pid"
2607
+ },
2608
+ {
2609
+ "deprecationReason": null,
2610
+ "description": "Destination process parent file path",
2611
+ "isDeprecated": false,
2612
+ "name": "dest_process_parent_path"
2613
+ },
2554
2614
  {
2555
2615
  "deprecationReason": null,
2556
2616
  "description": "If policy is set to disinfect, return the result of this action",
@@ -4299,6 +4359,36 @@
4299
4359
  "isDeprecated": false,
4300
4360
  "name": "src_process_parent_path"
4301
4361
  },
4362
+ {
4363
+ "deprecationReason": null,
4364
+ "description": "The destination process ID",
4365
+ "isDeprecated": false,
4366
+ "name": "dest_pid"
4367
+ },
4368
+ {
4369
+ "deprecationReason": null,
4370
+ "description": "Destination process file path",
4371
+ "isDeprecated": false,
4372
+ "name": "dest_process_path"
4373
+ },
4374
+ {
4375
+ "deprecationReason": null,
4376
+ "description": "Destination process command line",
4377
+ "isDeprecated": false,
4378
+ "name": "dest_process_cmdline"
4379
+ },
4380
+ {
4381
+ "deprecationReason": null,
4382
+ "description": "Destination process parent process ID",
4383
+ "isDeprecated": false,
4384
+ "name": "dest_process_parent_pid"
4385
+ },
4386
+ {
4387
+ "deprecationReason": null,
4388
+ "description": "Destination process parent file path",
4389
+ "isDeprecated": false,
4390
+ "name": "dest_process_parent_path"
4391
+ },
4302
4392
  {
4303
4393
  "deprecationReason": null,
4304
4394
  "description": "If policy is set to disinfect, return the result of this action",
@@ -5849,6 +5939,36 @@
5849
5939
  "isDeprecated": false,
5850
5940
  "name": "src_process_parent_path"
5851
5941
  },
5942
+ {
5943
+ "deprecationReason": null,
5944
+ "description": "The destination process ID",
5945
+ "isDeprecated": false,
5946
+ "name": "dest_pid"
5947
+ },
5948
+ {
5949
+ "deprecationReason": null,
5950
+ "description": "Destination process file path",
5951
+ "isDeprecated": false,
5952
+ "name": "dest_process_path"
5953
+ },
5954
+ {
5955
+ "deprecationReason": null,
5956
+ "description": "Destination process command line",
5957
+ "isDeprecated": false,
5958
+ "name": "dest_process_cmdline"
5959
+ },
5960
+ {
5961
+ "deprecationReason": null,
5962
+ "description": "Destination process parent process ID",
5963
+ "isDeprecated": false,
5964
+ "name": "dest_process_parent_pid"
5965
+ },
5966
+ {
5967
+ "deprecationReason": null,
5968
+ "description": "Destination process parent file path",
5969
+ "isDeprecated": false,
5970
+ "name": "dest_process_parent_path"
5971
+ },
5852
5972
  {
5853
5973
  "deprecationReason": null,
5854
5974
  "description": "If policy is set to disinfect, return the result of this action",
@@ -7472,6 +7592,36 @@
7472
7592
  "isDeprecated": false,
7473
7593
  "name": "src_process_parent_path"
7474
7594
  },
7595
+ {
7596
+ "deprecationReason": null,
7597
+ "description": "The destination process ID",
7598
+ "isDeprecated": false,
7599
+ "name": "dest_pid"
7600
+ },
7601
+ {
7602
+ "deprecationReason": null,
7603
+ "description": "Destination process file path",
7604
+ "isDeprecated": false,
7605
+ "name": "dest_process_path"
7606
+ },
7607
+ {
7608
+ "deprecationReason": null,
7609
+ "description": "Destination process command line",
7610
+ "isDeprecated": false,
7611
+ "name": "dest_process_cmdline"
7612
+ },
7613
+ {
7614
+ "deprecationReason": null,
7615
+ "description": "Destination process parent process ID",
7616
+ "isDeprecated": false,
7617
+ "name": "dest_process_parent_pid"
7618
+ },
7619
+ {
7620
+ "deprecationReason": null,
7621
+ "description": "Destination process parent file path",
7622
+ "isDeprecated": false,
7623
+ "name": "dest_process_parent_path"
7624
+ },
7475
7625
  {
7476
7626
  "deprecationReason": null,
7477
7627
  "description": "If policy is set to disinfect, return the result of this action",
@@ -9004,6 +9154,36 @@
9004
9154
  "isDeprecated": false,
9005
9155
  "name": "src_process_parent_path"
9006
9156
  },
9157
+ {
9158
+ "deprecationReason": null,
9159
+ "description": "The destination process ID",
9160
+ "isDeprecated": false,
9161
+ "name": "dest_pid"
9162
+ },
9163
+ {
9164
+ "deprecationReason": null,
9165
+ "description": "Destination process file path",
9166
+ "isDeprecated": false,
9167
+ "name": "dest_process_path"
9168
+ },
9169
+ {
9170
+ "deprecationReason": null,
9171
+ "description": "Destination process command line",
9172
+ "isDeprecated": false,
9173
+ "name": "dest_process_cmdline"
9174
+ },
9175
+ {
9176
+ "deprecationReason": null,
9177
+ "description": "Destination process parent process ID",
9178
+ "isDeprecated": false,
9179
+ "name": "dest_process_parent_pid"
9180
+ },
9181
+ {
9182
+ "deprecationReason": null,
9183
+ "description": "Destination process parent file path",
9184
+ "isDeprecated": false,
9185
+ "name": "dest_process_parent_path"
9186
+ },
9007
9187
  {
9008
9188
  "deprecationReason": null,
9009
9189
  "description": "If policy is set to disinfect, return the result of this action",
@@ -10752,6 +10932,36 @@
10752
10932
  "isDeprecated": false,
10753
10933
  "name": "src_process_parent_path"
10754
10934
  },
10935
+ {
10936
+ "deprecationReason": null,
10937
+ "description": "The destination process ID",
10938
+ "isDeprecated": false,
10939
+ "name": "dest_pid"
10940
+ },
10941
+ {
10942
+ "deprecationReason": null,
10943
+ "description": "Destination process file path",
10944
+ "isDeprecated": false,
10945
+ "name": "dest_process_path"
10946
+ },
10947
+ {
10948
+ "deprecationReason": null,
10949
+ "description": "Destination process command line",
10950
+ "isDeprecated": false,
10951
+ "name": "dest_process_cmdline"
10952
+ },
10953
+ {
10954
+ "deprecationReason": null,
10955
+ "description": "Destination process parent process ID",
10956
+ "isDeprecated": false,
10957
+ "name": "dest_process_parent_pid"
10958
+ },
10959
+ {
10960
+ "deprecationReason": null,
10961
+ "description": "Destination process parent file path",
10962
+ "isDeprecated": false,
10963
+ "name": "dest_process_parent_path"
10964
+ },
10755
10965
  {
10756
10966
  "deprecationReason": null,
10757
10967
  "description": "If policy is set to disinfect, return the result of this action",
@@ -12302,6 +12512,36 @@
12302
12512
  "isDeprecated": false,
12303
12513
  "name": "src_process_parent_path"
12304
12514
  },
12515
+ {
12516
+ "deprecationReason": null,
12517
+ "description": "The destination process ID",
12518
+ "isDeprecated": false,
12519
+ "name": "dest_pid"
12520
+ },
12521
+ {
12522
+ "deprecationReason": null,
12523
+ "description": "Destination process file path",
12524
+ "isDeprecated": false,
12525
+ "name": "dest_process_path"
12526
+ },
12527
+ {
12528
+ "deprecationReason": null,
12529
+ "description": "Destination process command line",
12530
+ "isDeprecated": false,
12531
+ "name": "dest_process_cmdline"
12532
+ },
12533
+ {
12534
+ "deprecationReason": null,
12535
+ "description": "Destination process parent process ID",
12536
+ "isDeprecated": false,
12537
+ "name": "dest_process_parent_pid"
12538
+ },
12539
+ {
12540
+ "deprecationReason": null,
12541
+ "description": "Destination process parent file path",
12542
+ "isDeprecated": false,
12543
+ "name": "dest_process_parent_path"
12544
+ },
12305
12545
  {
12306
12546
  "deprecationReason": null,
12307
12547
  "description": "If policy is set to disinfect, return the result of this action",
@@ -1353,6 +1353,36 @@
1353
1353
  "isDeprecated": false,
1354
1354
  "name": "src_process_parent_path"
1355
1355
  },
1356
+ {
1357
+ "deprecationReason": null,
1358
+ "description": "The destination process ID",
1359
+ "isDeprecated": false,
1360
+ "name": "dest_pid"
1361
+ },
1362
+ {
1363
+ "deprecationReason": null,
1364
+ "description": "Destination process file path",
1365
+ "isDeprecated": false,
1366
+ "name": "dest_process_path"
1367
+ },
1368
+ {
1369
+ "deprecationReason": null,
1370
+ "description": "Destination process command line",
1371
+ "isDeprecated": false,
1372
+ "name": "dest_process_cmdline"
1373
+ },
1374
+ {
1375
+ "deprecationReason": null,
1376
+ "description": "Destination process parent process ID",
1377
+ "isDeprecated": false,
1378
+ "name": "dest_process_parent_pid"
1379
+ },
1380
+ {
1381
+ "deprecationReason": null,
1382
+ "description": "Destination process parent file path",
1383
+ "isDeprecated": false,
1384
+ "name": "dest_process_parent_path"
1385
+ },
1356
1386
  {
1357
1387
  "deprecationReason": null,
1358
1388
  "description": "If policy is set to disinfect, return the result of this action",
@@ -2939,6 +2969,36 @@
2939
2969
  "isDeprecated": false,
2940
2970
  "name": "src_process_parent_path"
2941
2971
  },
2972
+ {
2973
+ "deprecationReason": null,
2974
+ "description": "The destination process ID",
2975
+ "isDeprecated": false,
2976
+ "name": "dest_pid"
2977
+ },
2978
+ {
2979
+ "deprecationReason": null,
2980
+ "description": "Destination process file path",
2981
+ "isDeprecated": false,
2982
+ "name": "dest_process_path"
2983
+ },
2984
+ {
2985
+ "deprecationReason": null,
2986
+ "description": "Destination process command line",
2987
+ "isDeprecated": false,
2988
+ "name": "dest_process_cmdline"
2989
+ },
2990
+ {
2991
+ "deprecationReason": null,
2992
+ "description": "Destination process parent process ID",
2993
+ "isDeprecated": false,
2994
+ "name": "dest_process_parent_pid"
2995
+ },
2996
+ {
2997
+ "deprecationReason": null,
2998
+ "description": "Destination process parent file path",
2999
+ "isDeprecated": false,
3000
+ "name": "dest_process_parent_path"
3001
+ },
2942
3002
  {
2943
3003
  "deprecationReason": null,
2944
3004
  "description": "If policy is set to disinfect, return the result of this action",
@@ -1019,6 +1019,36 @@
1019
1019
  "isDeprecated": false,
1020
1020
  "name": "src_process_parent_path"
1021
1021
  },
1022
+ {
1023
+ "deprecationReason": null,
1024
+ "description": "The destination process ID",
1025
+ "isDeprecated": false,
1026
+ "name": "dest_pid"
1027
+ },
1028
+ {
1029
+ "deprecationReason": null,
1030
+ "description": "Destination process file path",
1031
+ "isDeprecated": false,
1032
+ "name": "dest_process_path"
1033
+ },
1034
+ {
1035
+ "deprecationReason": null,
1036
+ "description": "Destination process command line",
1037
+ "isDeprecated": false,
1038
+ "name": "dest_process_cmdline"
1039
+ },
1040
+ {
1041
+ "deprecationReason": null,
1042
+ "description": "Destination process parent process ID",
1043
+ "isDeprecated": false,
1044
+ "name": "dest_process_parent_pid"
1045
+ },
1046
+ {
1047
+ "deprecationReason": null,
1048
+ "description": "Destination process parent file path",
1049
+ "isDeprecated": false,
1050
+ "name": "dest_process_parent_path"
1051
+ },
1022
1052
  {
1023
1053
  "deprecationReason": null,
1024
1054
  "description": "If policy is set to disinfect, return the result of this action",
@@ -2551,6 +2581,36 @@
2551
2581
  "isDeprecated": false,
2552
2582
  "name": "src_process_parent_path"
2553
2583
  },
2584
+ {
2585
+ "deprecationReason": null,
2586
+ "description": "The destination process ID",
2587
+ "isDeprecated": false,
2588
+ "name": "dest_pid"
2589
+ },
2590
+ {
2591
+ "deprecationReason": null,
2592
+ "description": "Destination process file path",
2593
+ "isDeprecated": false,
2594
+ "name": "dest_process_path"
2595
+ },
2596
+ {
2597
+ "deprecationReason": null,
2598
+ "description": "Destination process command line",
2599
+ "isDeprecated": false,
2600
+ "name": "dest_process_cmdline"
2601
+ },
2602
+ {
2603
+ "deprecationReason": null,
2604
+ "description": "Destination process parent process ID",
2605
+ "isDeprecated": false,
2606
+ "name": "dest_process_parent_pid"
2607
+ },
2608
+ {
2609
+ "deprecationReason": null,
2610
+ "description": "Destination process parent file path",
2611
+ "isDeprecated": false,
2612
+ "name": "dest_process_parent_path"
2613
+ },
2554
2614
  {
2555
2615
  "deprecationReason": null,
2556
2616
  "description": "If policy is set to disinfect, return the result of this action",
@@ -4299,6 +4359,36 @@
4299
4359
  "isDeprecated": false,
4300
4360
  "name": "src_process_parent_path"
4301
4361
  },
4362
+ {
4363
+ "deprecationReason": null,
4364
+ "description": "The destination process ID",
4365
+ "isDeprecated": false,
4366
+ "name": "dest_pid"
4367
+ },
4368
+ {
4369
+ "deprecationReason": null,
4370
+ "description": "Destination process file path",
4371
+ "isDeprecated": false,
4372
+ "name": "dest_process_path"
4373
+ },
4374
+ {
4375
+ "deprecationReason": null,
4376
+ "description": "Destination process command line",
4377
+ "isDeprecated": false,
4378
+ "name": "dest_process_cmdline"
4379
+ },
4380
+ {
4381
+ "deprecationReason": null,
4382
+ "description": "Destination process parent process ID",
4383
+ "isDeprecated": false,
4384
+ "name": "dest_process_parent_pid"
4385
+ },
4386
+ {
4387
+ "deprecationReason": null,
4388
+ "description": "Destination process parent file path",
4389
+ "isDeprecated": false,
4390
+ "name": "dest_process_parent_path"
4391
+ },
4302
4392
  {
4303
4393
  "deprecationReason": null,
4304
4394
  "description": "If policy is set to disinfect, return the result of this action",
@@ -5919,6 +6009,36 @@
5919
6009
  "isDeprecated": false,
5920
6010
  "name": "src_process_parent_path"
5921
6011
  },
6012
+ {
6013
+ "deprecationReason": null,
6014
+ "description": "The destination process ID",
6015
+ "isDeprecated": false,
6016
+ "name": "dest_pid"
6017
+ },
6018
+ {
6019
+ "deprecationReason": null,
6020
+ "description": "Destination process file path",
6021
+ "isDeprecated": false,
6022
+ "name": "dest_process_path"
6023
+ },
6024
+ {
6025
+ "deprecationReason": null,
6026
+ "description": "Destination process command line",
6027
+ "isDeprecated": false,
6028
+ "name": "dest_process_cmdline"
6029
+ },
6030
+ {
6031
+ "deprecationReason": null,
6032
+ "description": "Destination process parent process ID",
6033
+ "isDeprecated": false,
6034
+ "name": "dest_process_parent_pid"
6035
+ },
6036
+ {
6037
+ "deprecationReason": null,
6038
+ "description": "Destination process parent file path",
6039
+ "isDeprecated": false,
6040
+ "name": "dest_process_parent_path"
6041
+ },
5922
6042
  {
5923
6043
  "deprecationReason": null,
5924
6044
  "description": "If policy is set to disinfect, return the result of this action",
@@ -7451,6 +7571,36 @@
7451
7571
  "isDeprecated": false,
7452
7572
  "name": "src_process_parent_path"
7453
7573
  },
7574
+ {
7575
+ "deprecationReason": null,
7576
+ "description": "The destination process ID",
7577
+ "isDeprecated": false,
7578
+ "name": "dest_pid"
7579
+ },
7580
+ {
7581
+ "deprecationReason": null,
7582
+ "description": "Destination process file path",
7583
+ "isDeprecated": false,
7584
+ "name": "dest_process_path"
7585
+ },
7586
+ {
7587
+ "deprecationReason": null,
7588
+ "description": "Destination process command line",
7589
+ "isDeprecated": false,
7590
+ "name": "dest_process_cmdline"
7591
+ },
7592
+ {
7593
+ "deprecationReason": null,
7594
+ "description": "Destination process parent process ID",
7595
+ "isDeprecated": false,
7596
+ "name": "dest_process_parent_pid"
7597
+ },
7598
+ {
7599
+ "deprecationReason": null,
7600
+ "description": "Destination process parent file path",
7601
+ "isDeprecated": false,
7602
+ "name": "dest_process_parent_path"
7603
+ },
7454
7604
  {
7455
7605
  "deprecationReason": null,
7456
7606
  "description": "If policy is set to disinfect, return the result of this action",
@@ -9199,6 +9349,36 @@
9199
9349
  "isDeprecated": false,
9200
9350
  "name": "src_process_parent_path"
9201
9351
  },
9352
+ {
9353
+ "deprecationReason": null,
9354
+ "description": "The destination process ID",
9355
+ "isDeprecated": false,
9356
+ "name": "dest_pid"
9357
+ },
9358
+ {
9359
+ "deprecationReason": null,
9360
+ "description": "Destination process file path",
9361
+ "isDeprecated": false,
9362
+ "name": "dest_process_path"
9363
+ },
9364
+ {
9365
+ "deprecationReason": null,
9366
+ "description": "Destination process command line",
9367
+ "isDeprecated": false,
9368
+ "name": "dest_process_cmdline"
9369
+ },
9370
+ {
9371
+ "deprecationReason": null,
9372
+ "description": "Destination process parent process ID",
9373
+ "isDeprecated": false,
9374
+ "name": "dest_process_parent_pid"
9375
+ },
9376
+ {
9377
+ "deprecationReason": null,
9378
+ "description": "Destination process parent file path",
9379
+ "isDeprecated": false,
9380
+ "name": "dest_process_parent_path"
9381
+ },
9202
9382
  {
9203
9383
  "deprecationReason": null,
9204
9384
  "description": "If policy is set to disinfect, return the result of this action",