@itentialopensource/adapter-zero_networks 0.1.2 → 0.2.0

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.
Files changed (60) hide show
  1. package/.eslintignore +0 -1
  2. package/.jshintrc +3 -0
  3. package/AUTH.md +14 -18
  4. package/BROKER.md +31 -19
  5. package/CALLS.md +1175 -23
  6. package/CHANGELOG.md +8 -0
  7. package/PROPERTIES.md +5 -0
  8. package/README.md +60 -63
  9. package/SYSTEMINFO.md +14 -6
  10. package/TAB1.md +8 -0
  11. package/TAB2.md +83 -6564
  12. package/adapter.js +16661 -39
  13. package/entities/Asset/action.json +872 -0
  14. package/entities/Asset/schema.json +43 -1
  15. package/entities/AssetOTIoT/action.json +851 -0
  16. package/entities/AssetOTIoT/schema.json +42 -1
  17. package/entities/Assets/action.json +83 -0
  18. package/entities/Assets/schema.json +5 -1
  19. package/entities/Download/action.json +88 -0
  20. package/entities/Download/schema.json +22 -0
  21. package/entities/Group/action.json +518 -0
  22. package/entities/Group/schema.json +26 -1
  23. package/entities/Groups/action.json +354 -0
  24. package/entities/Groups/schema.json +18 -1
  25. package/entities/GroupsCustom/action.json +20 -0
  26. package/entities/GroupsCustom/schema.json +2 -1
  27. package/entities/GroupsTag/action.json +45 -0
  28. package/entities/GroupsTag/schema.json +20 -0
  29. package/entities/MFAIdentity/action.json +295 -0
  30. package/entities/MFAIdentity/schema.json +32 -0
  31. package/entities/MFAInbound/action.json +21 -0
  32. package/entities/MFAInbound/schema.json +2 -1
  33. package/entities/MFAOutbound/action.json +21 -0
  34. package/entities/MFAOutbound/schema.json +2 -1
  35. package/entities/Rules/action.json +40 -0
  36. package/entities/Rules/schema.json +3 -1
  37. package/entities/RulesInbound/action.json +293 -0
  38. package/entities/RulesInbound/schema.json +32 -0
  39. package/entities/RulesOutboundAllow/action.json +21 -0
  40. package/entities/RulesOutboundAllow/schema.json +2 -1
  41. package/entities/SettingsInactiveAssets/action.json +45 -0
  42. package/entities/SettingsInactiveAssets/schema.json +20 -0
  43. package/entities/SettingsLicenses/action.json +25 -0
  44. package/entities/SettingsLicenses/schema.json +19 -0
  45. package/entities/User/action.json +291 -0
  46. package/entities/User/schema.json +15 -1
  47. package/entities/Users/action.json +21 -0
  48. package/entities/Users/schema.json +2 -1
  49. package/metadata.json +14 -3
  50. package/package.json +5 -7
  51. package/pronghorn.json +12801 -490
  52. package/propertiesSchema.json +133 -36
  53. package/refs?service=git-upload-pack +0 -0
  54. package/report/adapter-openapi.json +115977 -0
  55. package/report/adapterInfo.json +7 -7
  56. package/report/updateReport1715609939167.json +120 -0
  57. package/sampleProperties.json +43 -31
  58. package/test/integration/adapterTestIntegration.js +4700 -0
  59. package/test/unit/adapterTestUnit.js +8580 -3
  60. package/utils/artifactize.js +0 -0
@@ -2560,6 +2560,524 @@
2560
2560
  "mockFile": ""
2561
2561
  }
2562
2562
  ]
2563
+ },
2564
+ {
2565
+ "name": "groupsMFAInboundPoliciesSimulateTest",
2566
+ "protocol": "REST",
2567
+ "method": "GET",
2568
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/simulate?{query}",
2569
+ "requestSchema": "schema.json",
2570
+ "responseSchema": "schema.json",
2571
+ "timeout": 0,
2572
+ "sendEmpty": false,
2573
+ "sendGetBody": false,
2574
+ "requestDatatype": "JSON",
2575
+ "responseDatatype": "JSON",
2576
+ "headers": {},
2577
+ "responseObjects": [
2578
+ {
2579
+ "type": "default",
2580
+ "key": "",
2581
+ "mockFile": ""
2582
+ }
2583
+ ]
2584
+ },
2585
+ {
2586
+ "name": "groupsMFAInboundPoliciesSimulateDestinationCandidatesList",
2587
+ "protocol": "REST",
2588
+ "method": "GET",
2589
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/simulate/dst-candidates?{query}",
2590
+ "requestSchema": "schema.json",
2591
+ "responseSchema": "schema.json",
2592
+ "timeout": 0,
2593
+ "sendEmpty": false,
2594
+ "sendGetBody": false,
2595
+ "requestDatatype": "JSON",
2596
+ "responseDatatype": "JSON",
2597
+ "headers": {},
2598
+ "responseObjects": [
2599
+ {
2600
+ "type": "default",
2601
+ "key": "",
2602
+ "mockFile": ""
2603
+ }
2604
+ ]
2605
+ },
2606
+ {
2607
+ "name": "groupsMFAInboundPoliciesSimulateResolveGet",
2608
+ "protocol": "REST",
2609
+ "method": "GET",
2610
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/simulate/resolve?{query}",
2611
+ "requestSchema": "schema.json",
2612
+ "responseSchema": "schema.json",
2613
+ "timeout": 0,
2614
+ "sendEmpty": false,
2615
+ "sendGetBody": false,
2616
+ "requestDatatype": "JSON",
2617
+ "responseDatatype": "JSON",
2618
+ "headers": {},
2619
+ "responseObjects": [
2620
+ {
2621
+ "type": "default",
2622
+ "key": "",
2623
+ "mockFile": ""
2624
+ }
2625
+ ]
2626
+ },
2627
+ {
2628
+ "name": "groupsMFAInboundPoliciesSimulateSourceUserCandidatesList",
2629
+ "protocol": "REST",
2630
+ "method": "GET",
2631
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/simulate/src-users-candidates?{query}",
2632
+ "requestSchema": "schema.json",
2633
+ "responseSchema": "schema.json",
2634
+ "timeout": 0,
2635
+ "sendEmpty": false,
2636
+ "sendGetBody": false,
2637
+ "requestDatatype": "JSON",
2638
+ "responseDatatype": "JSON",
2639
+ "headers": {},
2640
+ "responseObjects": [
2641
+ {
2642
+ "type": "default",
2643
+ "key": "",
2644
+ "mockFile": ""
2645
+ }
2646
+ ]
2647
+ },
2648
+ {
2649
+ "name": "groupsMFAOutboundPoliciesSimulateTest",
2650
+ "protocol": "REST",
2651
+ "method": "GET",
2652
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/simulate?{query}",
2653
+ "requestSchema": "schema.json",
2654
+ "responseSchema": "schema.json",
2655
+ "timeout": 0,
2656
+ "sendEmpty": false,
2657
+ "sendGetBody": false,
2658
+ "requestDatatype": "JSON",
2659
+ "responseDatatype": "JSON",
2660
+ "headers": {},
2661
+ "responseObjects": [
2662
+ {
2663
+ "type": "default",
2664
+ "key": "",
2665
+ "mockFile": ""
2666
+ }
2667
+ ]
2668
+ },
2669
+ {
2670
+ "name": "groupsMFAOutboundPoliciesSimulateDestinationCandidatesList",
2671
+ "protocol": "REST",
2672
+ "method": "GET",
2673
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/simulate/dst-candidates?{query}",
2674
+ "requestSchema": "schema.json",
2675
+ "responseSchema": "schema.json",
2676
+ "timeout": 0,
2677
+ "sendEmpty": false,
2678
+ "sendGetBody": false,
2679
+ "requestDatatype": "JSON",
2680
+ "responseDatatype": "JSON",
2681
+ "headers": {},
2682
+ "responseObjects": [
2683
+ {
2684
+ "type": "default",
2685
+ "key": "",
2686
+ "mockFile": ""
2687
+ }
2688
+ ]
2689
+ },
2690
+ {
2691
+ "name": "groupsMFAOutboundPoliciesSimulateResolveGet",
2692
+ "protocol": "REST",
2693
+ "method": "GET",
2694
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/simulate/resolve?{query}",
2695
+ "requestSchema": "schema.json",
2696
+ "responseSchema": "schema.json",
2697
+ "timeout": 0,
2698
+ "sendEmpty": false,
2699
+ "sendGetBody": false,
2700
+ "requestDatatype": "JSON",
2701
+ "responseDatatype": "JSON",
2702
+ "headers": {},
2703
+ "responseObjects": [
2704
+ {
2705
+ "type": "default",
2706
+ "key": "",
2707
+ "mockFile": ""
2708
+ }
2709
+ ]
2710
+ },
2711
+ {
2712
+ "name": "groupsMFAOutboundPoliciesSimulateSourceUserCandidatesList",
2713
+ "protocol": "REST",
2714
+ "method": "GET",
2715
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/simulate/src-users-candidates?{query}",
2716
+ "requestSchema": "schema.json",
2717
+ "responseSchema": "schema.json",
2718
+ "timeout": 0,
2719
+ "sendEmpty": false,
2720
+ "sendGetBody": false,
2721
+ "requestDatatype": "JSON",
2722
+ "responseDatatype": "JSON",
2723
+ "headers": {},
2724
+ "responseObjects": [
2725
+ {
2726
+ "type": "default",
2727
+ "key": "",
2728
+ "mockFile": ""
2729
+ }
2730
+ ]
2731
+ },
2732
+ {
2733
+ "name": "groupsInboundRulesList",
2734
+ "protocol": "REST",
2735
+ "method": "GET",
2736
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound?{query}",
2737
+ "requestSchema": "schema.json",
2738
+ "responseSchema": "schema.json",
2739
+ "timeout": 0,
2740
+ "sendEmpty": false,
2741
+ "sendGetBody": false,
2742
+ "requestDatatype": "JSON",
2743
+ "responseDatatype": "JSON",
2744
+ "headers": {},
2745
+ "responseObjects": [
2746
+ {
2747
+ "type": "default",
2748
+ "key": "",
2749
+ "mockFile": ""
2750
+ }
2751
+ ]
2752
+ },
2753
+ {
2754
+ "name": "groupsInboundRulesCreate",
2755
+ "protocol": "REST",
2756
+ "method": "POST",
2757
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound?{query}",
2758
+ "requestSchema": "schema.json",
2759
+ "responseSchema": "schema.json",
2760
+ "timeout": 0,
2761
+ "sendEmpty": false,
2762
+ "requestDatatype": "JSON",
2763
+ "responseDatatype": "JSON",
2764
+ "headers": {},
2765
+ "responseObjects": [
2766
+ {
2767
+ "type": "default",
2768
+ "key": "",
2769
+ "mockFile": ""
2770
+ }
2771
+ ]
2772
+ },
2773
+ {
2774
+ "name": "groupsInboundRulesExport",
2775
+ "protocol": "REST",
2776
+ "method": "POST",
2777
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/export?{query}",
2778
+ "requestSchema": "schema.json",
2779
+ "responseSchema": "schema.json",
2780
+ "timeout": 0,
2781
+ "sendEmpty": false,
2782
+ "requestDatatype": "JSON",
2783
+ "responseDatatype": "JSON",
2784
+ "headers": {},
2785
+ "responseObjects": [
2786
+ {
2787
+ "type": "default",
2788
+ "key": "",
2789
+ "mockFile": ""
2790
+ }
2791
+ ]
2792
+ },
2793
+ {
2794
+ "name": "groupsInboundRulesExportGet",
2795
+ "protocol": "REST",
2796
+ "method": "GET",
2797
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/export/csv/{pathv3}?{query}",
2798
+ "requestSchema": "schema.json",
2799
+ "responseSchema": "schema.json",
2800
+ "timeout": 0,
2801
+ "sendEmpty": false,
2802
+ "sendGetBody": false,
2803
+ "requestDatatype": "JSON",
2804
+ "responseDatatype": "JSON",
2805
+ "headers": {},
2806
+ "responseObjects": [
2807
+ {
2808
+ "type": "default",
2809
+ "key": "",
2810
+ "mockFile": ""
2811
+ }
2812
+ ]
2813
+ },
2814
+ {
2815
+ "name": "groupsInboundRulesExcludedDestinationCandidatesList",
2816
+ "protocol": "REST",
2817
+ "method": "GET",
2818
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/excluded-local-candidates?{query}",
2819
+ "requestSchema": "schema.json",
2820
+ "responseSchema": "schema.json",
2821
+ "timeout": 0,
2822
+ "sendEmpty": false,
2823
+ "sendGetBody": false,
2824
+ "requestDatatype": "JSON",
2825
+ "responseDatatype": "JSON",
2826
+ "headers": {},
2827
+ "responseObjects": [
2828
+ {
2829
+ "type": "default",
2830
+ "key": "",
2831
+ "mockFile": ""
2832
+ }
2833
+ ]
2834
+ },
2835
+ {
2836
+ "name": "groupsInboundRulesFiltersList",
2837
+ "protocol": "REST",
2838
+ "method": "GET",
2839
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/filters?{query}",
2840
+ "requestSchema": "schema.json",
2841
+ "responseSchema": "schema.json",
2842
+ "timeout": 0,
2843
+ "sendEmpty": false,
2844
+ "sendGetBody": false,
2845
+ "requestDatatype": "JSON",
2846
+ "responseDatatype": "JSON",
2847
+ "headers": {},
2848
+ "responseObjects": [
2849
+ {
2850
+ "type": "default",
2851
+ "key": "",
2852
+ "mockFile": ""
2853
+ }
2854
+ ]
2855
+ },
2856
+ {
2857
+ "name": "groupsInboundRulesSourceCandidatesFiltersList",
2858
+ "protocol": "REST",
2859
+ "method": "GET",
2860
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/filters/remote-candidates?{query}",
2861
+ "requestSchema": "schema.json",
2862
+ "responseSchema": "schema.json",
2863
+ "timeout": 0,
2864
+ "sendEmpty": false,
2865
+ "sendGetBody": false,
2866
+ "requestDatatype": "JSON",
2867
+ "responseDatatype": "JSON",
2868
+ "headers": {},
2869
+ "responseObjects": [
2870
+ {
2871
+ "type": "default",
2872
+ "key": "",
2873
+ "mockFile": ""
2874
+ }
2875
+ ]
2876
+ },
2877
+ {
2878
+ "name": "groupsInboundRulesDesinationCandidatesFiltersList",
2879
+ "protocol": "REST",
2880
+ "method": "GET",
2881
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/filters/local-candidates?{query}",
2882
+ "requestSchema": "schema.json",
2883
+ "responseSchema": "schema.json",
2884
+ "timeout": 0,
2885
+ "sendEmpty": false,
2886
+ "sendGetBody": false,
2887
+ "requestDatatype": "JSON",
2888
+ "responseDatatype": "JSON",
2889
+ "headers": {},
2890
+ "responseObjects": [
2891
+ {
2892
+ "type": "default",
2893
+ "key": "",
2894
+ "mockFile": ""
2895
+ }
2896
+ ]
2897
+ },
2898
+ {
2899
+ "name": "groupsInboundRulesDestinationCandidatesList",
2900
+ "protocol": "REST",
2901
+ "method": "GET",
2902
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/local-candidates?{query}",
2903
+ "requestSchema": "schema.json",
2904
+ "responseSchema": "schema.json",
2905
+ "timeout": 0,
2906
+ "sendEmpty": false,
2907
+ "sendGetBody": false,
2908
+ "requestDatatype": "JSON",
2909
+ "responseDatatype": "JSON",
2910
+ "headers": {},
2911
+ "responseObjects": [
2912
+ {
2913
+ "type": "default",
2914
+ "key": "",
2915
+ "mockFile": ""
2916
+ }
2917
+ ]
2918
+ },
2919
+ {
2920
+ "name": "groupsInboundRulesSourceCandidatesList",
2921
+ "protocol": "REST",
2922
+ "method": "GET",
2923
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/remote-candidates?{query}",
2924
+ "requestSchema": "schema.json",
2925
+ "responseSchema": "schema.json",
2926
+ "timeout": 0,
2927
+ "sendEmpty": false,
2928
+ "sendGetBody": false,
2929
+ "requestDatatype": "JSON",
2930
+ "responseDatatype": "JSON",
2931
+ "headers": {},
2932
+ "responseObjects": [
2933
+ {
2934
+ "type": "default",
2935
+ "key": "",
2936
+ "mockFile": ""
2937
+ }
2938
+ ]
2939
+ },
2940
+ {
2941
+ "name": "groupsInboundRulesReviewApprove",
2942
+ "protocol": "REST",
2943
+ "method": "PUT",
2944
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/review/approve/{pathv3}?{query}",
2945
+ "requestSchema": "schema.json",
2946
+ "responseSchema": "schema.json",
2947
+ "timeout": 0,
2948
+ "sendEmpty": false,
2949
+ "requestDatatype": "JSON",
2950
+ "responseDatatype": "JSON",
2951
+ "headers": {},
2952
+ "responseObjects": [
2953
+ {
2954
+ "type": "default",
2955
+ "key": "",
2956
+ "mockFile": ""
2957
+ }
2958
+ ]
2959
+ },
2960
+ {
2961
+ "name": "groupsInboundRulesReviewApproveWithChanges",
2962
+ "protocol": "REST",
2963
+ "method": "PUT",
2964
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/review/approve-with-changes/{pathv3}?{query}",
2965
+ "requestSchema": "schema.json",
2966
+ "responseSchema": "schema.json",
2967
+ "timeout": 0,
2968
+ "sendEmpty": false,
2969
+ "requestDatatype": "JSON",
2970
+ "responseDatatype": "JSON",
2971
+ "headers": {},
2972
+ "responseObjects": [
2973
+ {
2974
+ "type": "default",
2975
+ "key": "",
2976
+ "mockFile": ""
2977
+ }
2978
+ ]
2979
+ },
2980
+ {
2981
+ "name": "groupsInboundRulesReviewDeny",
2982
+ "protocol": "REST",
2983
+ "method": "DELETE",
2984
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/review/reject/{pathv3}?{query}",
2985
+ "requestSchema": "schema.json",
2986
+ "responseSchema": "schema.json",
2987
+ "timeout": 0,
2988
+ "sendEmpty": false,
2989
+ "requestDatatype": "JSON",
2990
+ "responseDatatype": "JSON",
2991
+ "headers": {},
2992
+ "responseObjects": [
2993
+ {
2994
+ "type": "default",
2995
+ "key": "",
2996
+ "mockFile": ""
2997
+ }
2998
+ ]
2999
+ },
3000
+ {
3001
+ "name": "groupsInboundRuleGet",
3002
+ "protocol": "REST",
3003
+ "method": "GET",
3004
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/{pathv3}?{query}",
3005
+ "requestSchema": "schema.json",
3006
+ "responseSchema": "schema.json",
3007
+ "timeout": 0,
3008
+ "sendEmpty": false,
3009
+ "sendGetBody": false,
3010
+ "requestDatatype": "JSON",
3011
+ "responseDatatype": "JSON",
3012
+ "headers": {},
3013
+ "responseObjects": [
3014
+ {
3015
+ "type": "default",
3016
+ "key": "",
3017
+ "mockFile": ""
3018
+ }
3019
+ ]
3020
+ },
3021
+ {
3022
+ "name": "groupsInboundRuleUpdate",
3023
+ "protocol": "REST",
3024
+ "method": "PUT",
3025
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/{pathv3}?{query}",
3026
+ "requestSchema": "schema.json",
3027
+ "responseSchema": "schema.json",
3028
+ "timeout": 0,
3029
+ "sendEmpty": false,
3030
+ "requestDatatype": "JSON",
3031
+ "responseDatatype": "JSON",
3032
+ "headers": {},
3033
+ "responseObjects": [
3034
+ {
3035
+ "type": "default",
3036
+ "key": "",
3037
+ "mockFile": ""
3038
+ }
3039
+ ]
3040
+ },
3041
+ {
3042
+ "name": "groupsInboundRuleDelete",
3043
+ "protocol": "REST",
3044
+ "method": "DELETE",
3045
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound/{pathv3}?{query}",
3046
+ "requestSchema": "schema.json",
3047
+ "responseSchema": "schema.json",
3048
+ "timeout": 0,
3049
+ "sendEmpty": false,
3050
+ "requestDatatype": "JSON",
3051
+ "responseDatatype": "JSON",
3052
+ "headers": {},
3053
+ "responseObjects": [
3054
+ {
3055
+ "type": "default",
3056
+ "key": "",
3057
+ "mockFile": ""
3058
+ }
3059
+ ]
3060
+ },
3061
+ {
3062
+ "name": "groupsOutboundAllowRulesDestinationCandidatesListV2",
3063
+ "protocol": "REST",
3064
+ "method": "GET",
3065
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/remote-candidates?{query}",
3066
+ "requestSchema": "schema.json",
3067
+ "responseSchema": "schema.json",
3068
+ "timeout": 0,
3069
+ "sendEmpty": false,
3070
+ "sendGetBody": false,
3071
+ "requestDatatype": "JSON",
3072
+ "responseDatatype": "JSON",
3073
+ "headers": {},
3074
+ "responseObjects": [
3075
+ {
3076
+ "type": "default",
3077
+ "key": "",
3078
+ "mockFile": ""
3079
+ }
3080
+ ]
2563
3081
  }
2564
3082
  ]
2565
3083
  }
@@ -133,7 +133,32 @@
133
133
  "groupsOutboundAllowRuleUpdate",
134
134
  "groupsOutboundAllowRuleDelete",
135
135
  "groupsMembersList",
136
- "groupSuccessorsFiltersList"
136
+ "groupSuccessorsFiltersList",
137
+ "groupsMFAInboundPoliciesSimulateTest",
138
+ "groupsMFAInboundPoliciesSimulateDestinationCandidatesList",
139
+ "groupsMFAInboundPoliciesSimulateResolveGet",
140
+ "groupsMFAInboundPoliciesSimulateSourceUserCandidatesList",
141
+ "groupsMFAOutboundPoliciesSimulateTest",
142
+ "groupsMFAOutboundPoliciesSimulateDestinationCandidatesList",
143
+ "groupsMFAOutboundPoliciesSimulateResolveGet",
144
+ "groupsMFAOutboundPoliciesSimulateSourceUserCandidatesList",
145
+ "groupsInboundRulesList",
146
+ "groupsInboundRulesCreate",
147
+ "groupsInboundRulesExport",
148
+ "groupsInboundRulesExportGet",
149
+ "groupsInboundRulesExcludedDestinationCandidatesList",
150
+ "groupsInboundRulesFiltersList",
151
+ "groupsInboundRulesSourceCandidatesFiltersList",
152
+ "groupsInboundRulesDesinationCandidatesFiltersList",
153
+ "groupsInboundRulesDestinationCandidatesList",
154
+ "groupsInboundRulesSourceCandidatesList",
155
+ "groupsInboundRulesReviewApprove",
156
+ "groupsInboundRulesReviewApproveWithChanges",
157
+ "groupsInboundRulesReviewDeny",
158
+ "groupsInboundRuleGet",
159
+ "groupsInboundRuleUpdate",
160
+ "groupsInboundRuleDelete",
161
+ "groupsOutboundAllowRulesDestinationCandidatesListV2"
137
162
  ],
138
163
  "external_name": "ph_request_type"
139
164
  },