catocli 3.0.18__py3-none-any.whl → 3.0.22__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.
- catocli/Utils/clidriver.py +16 -8
- catocli/Utils/formatter_account_metrics.py +544 -0
- catocli/Utils/formatter_app_stats.py +184 -0
- catocli/Utils/formatter_app_stats_timeseries.py +377 -0
- catocli/Utils/formatter_events_timeseries.py +459 -0
- catocli/Utils/formatter_socket_port_metrics.py +189 -0
- catocli/Utils/formatter_socket_port_metrics_timeseries.py +339 -0
- catocli/Utils/formatter_utils.py +251 -0
- catocli/__init__.py +1 -1
- catocli/clisettings.json +37 -5
- catocli/parsers/customParserApiClient.py +206 -65
- catocli/parsers/mutation_policy/__init__.py +405 -405
- catocli/parsers/mutation_site/__init__.py +15 -15
- catocli/parsers/mutation_sites/__init__.py +15 -15
- catocli/parsers/query_accountMetrics/README.md +90 -0
- catocli/parsers/query_accountMetrics/__init__.py +6 -0
- catocli/parsers/query_appStats/README.md +2 -2
- catocli/parsers/query_appStats/__init__.py +4 -2
- catocli/parsers/query_appStatsTimeSeries/__init__.py +4 -2
- catocli/parsers/query_eventsTimeSeries/README.md +280 -0
- catocli/parsers/query_eventsTimeSeries/__init__.py +6 -0
- catocli/parsers/query_policy/__init__.py +42 -42
- catocli/parsers/query_socketPortMetrics/README.md +44 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +6 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +83 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +4 -2
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/METADATA +1 -1
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/RECORD +179 -177
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/top_level.txt +0 -1
- models/mutation.policy.antiMalwareFileHash.addRule.json +20 -0
- models/mutation.policy.antiMalwareFileHash.addSection.json +103 -0
- models/mutation.policy.antiMalwareFileHash.createPolicyRevision.json +123 -0
- models/mutation.policy.antiMalwareFileHash.discardPolicyRevision.json +123 -0
- models/mutation.policy.antiMalwareFileHash.moveRule.json +20 -0
- models/mutation.policy.antiMalwareFileHash.moveSection.json +103 -0
- models/mutation.policy.antiMalwareFileHash.publishPolicyRevision.json +123 -0
- models/mutation.policy.antiMalwareFileHash.removeRule.json +20 -0
- models/mutation.policy.antiMalwareFileHash.removeSection.json +103 -0
- models/mutation.policy.antiMalwareFileHash.updatePolicy.json +123 -0
- models/mutation.policy.antiMalwareFileHash.updateRule.json +20 -0
- models/mutation.policy.antiMalwareFileHash.updateSection.json +103 -0
- models/mutation.policy.appTenantRestriction.addRule.json +20 -0
- models/mutation.policy.appTenantRestriction.addSection.json +103 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +123 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +123 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +20 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +103 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +123 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +20 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +103 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +123 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +20 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +103 -0
- models/mutation.policy.applicationControl.addRule.json +20 -0
- models/mutation.policy.applicationControl.addSection.json +103 -0
- models/mutation.policy.applicationControl.createPolicyRevision.json +123 -0
- models/mutation.policy.applicationControl.discardPolicyRevision.json +123 -0
- models/mutation.policy.applicationControl.moveRule.json +20 -0
- models/mutation.policy.applicationControl.moveSection.json +103 -0
- models/mutation.policy.applicationControl.publishPolicyRevision.json +123 -0
- models/mutation.policy.applicationControl.removeRule.json +20 -0
- models/mutation.policy.applicationControl.removeSection.json +103 -0
- models/mutation.policy.applicationControl.updatePolicy.json +123 -0
- models/mutation.policy.applicationControl.updateRule.json +20 -0
- models/mutation.policy.applicationControl.updateSection.json +103 -0
- models/mutation.policy.dynamicIpAllocation.addRule.json +20 -0
- models/mutation.policy.dynamicIpAllocation.addSection.json +103 -0
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +123 -0
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +123 -0
- models/mutation.policy.dynamicIpAllocation.moveRule.json +20 -0
- models/mutation.policy.dynamicIpAllocation.moveSection.json +103 -0
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +123 -0
- models/mutation.policy.dynamicIpAllocation.removeRule.json +20 -0
- models/mutation.policy.dynamicIpAllocation.removeSection.json +103 -0
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +123 -0
- models/mutation.policy.dynamicIpAllocation.updateRule.json +20 -0
- models/mutation.policy.dynamicIpAllocation.updateSection.json +103 -0
- models/mutation.policy.internetFirewall.addRule.json +20 -0
- models/mutation.policy.internetFirewall.addSection.json +103 -0
- models/mutation.policy.internetFirewall.createPolicyRevision.json +123 -0
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +123 -0
- models/mutation.policy.internetFirewall.moveRule.json +20 -0
- models/mutation.policy.internetFirewall.moveSection.json +103 -0
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +123 -0
- models/mutation.policy.internetFirewall.removeRule.json +20 -0
- models/mutation.policy.internetFirewall.removeSection.json +103 -0
- models/mutation.policy.internetFirewall.updatePolicy.json +123 -0
- models/mutation.policy.internetFirewall.updateRule.json +20 -0
- models/mutation.policy.internetFirewall.updateSection.json +103 -0
- models/mutation.policy.remotePortFwd.addRule.json +20 -0
- models/mutation.policy.remotePortFwd.addSection.json +103 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +123 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +123 -0
- models/mutation.policy.remotePortFwd.moveRule.json +20 -0
- models/mutation.policy.remotePortFwd.moveSection.json +103 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +123 -0
- models/mutation.policy.remotePortFwd.removeRule.json +20 -0
- models/mutation.policy.remotePortFwd.removeSection.json +103 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +123 -0
- models/mutation.policy.remotePortFwd.updateRule.json +20 -0
- models/mutation.policy.remotePortFwd.updateSection.json +103 -0
- models/mutation.policy.socketLan.addRule.json +40 -0
- models/mutation.policy.socketLan.addSection.json +103 -0
- models/mutation.policy.socketLan.createPolicyRevision.json +143 -0
- models/mutation.policy.socketLan.discardPolicyRevision.json +143 -0
- models/mutation.policy.socketLan.moveRule.json +40 -0
- models/mutation.policy.socketLan.moveSection.json +103 -0
- models/mutation.policy.socketLan.publishPolicyRevision.json +143 -0
- models/mutation.policy.socketLan.removeRule.json +40 -0
- models/mutation.policy.socketLan.removeSection.json +103 -0
- models/mutation.policy.socketLan.updatePolicy.json +143 -0
- models/mutation.policy.socketLan.updateRule.json +40 -0
- models/mutation.policy.socketLan.updateSection.json +103 -0
- models/mutation.policy.terminalServer.addRule.json +20 -0
- models/mutation.policy.terminalServer.addSection.json +103 -0
- models/mutation.policy.terminalServer.createPolicyRevision.json +123 -0
- models/mutation.policy.terminalServer.discardPolicyRevision.json +123 -0
- models/mutation.policy.terminalServer.moveRule.json +20 -0
- models/mutation.policy.terminalServer.moveSection.json +103 -0
- models/mutation.policy.terminalServer.publishPolicyRevision.json +123 -0
- models/mutation.policy.terminalServer.removeRule.json +20 -0
- models/mutation.policy.terminalServer.removeSection.json +103 -0
- models/mutation.policy.terminalServer.updatePolicy.json +123 -0
- models/mutation.policy.terminalServer.updateRule.json +20 -0
- models/mutation.policy.terminalServer.updateSection.json +103 -0
- models/mutation.policy.tlsInspect.addRule.json +20 -0
- models/mutation.policy.tlsInspect.addSection.json +103 -0
- models/mutation.policy.tlsInspect.createPolicyRevision.json +123 -0
- models/mutation.policy.tlsInspect.discardPolicyRevision.json +123 -0
- models/mutation.policy.tlsInspect.moveRule.json +20 -0
- models/mutation.policy.tlsInspect.moveSection.json +103 -0
- models/mutation.policy.tlsInspect.publishPolicyRevision.json +123 -0
- models/mutation.policy.tlsInspect.removeRule.json +20 -0
- models/mutation.policy.tlsInspect.removeSection.json +103 -0
- models/mutation.policy.tlsInspect.updatePolicy.json +123 -0
- models/mutation.policy.tlsInspect.updateRule.json +20 -0
- models/mutation.policy.tlsInspect.updateSection.json +103 -0
- models/mutation.policy.wanFirewall.addRule.json +20 -0
- models/mutation.policy.wanFirewall.addSection.json +103 -0
- models/mutation.policy.wanFirewall.createPolicyRevision.json +123 -0
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +123 -0
- models/mutation.policy.wanFirewall.moveRule.json +20 -0
- models/mutation.policy.wanFirewall.moveSection.json +103 -0
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +123 -0
- models/mutation.policy.wanFirewall.removeRule.json +20 -0
- models/mutation.policy.wanFirewall.removeSection.json +103 -0
- models/mutation.policy.wanFirewall.updatePolicy.json +123 -0
- models/mutation.policy.wanFirewall.updateRule.json +20 -0
- models/mutation.policy.wanFirewall.updateSection.json +103 -0
- models/mutation.policy.wanNetwork.addRule.json +20 -0
- models/mutation.policy.wanNetwork.addSection.json +103 -0
- models/mutation.policy.wanNetwork.createPolicyRevision.json +123 -0
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +123 -0
- models/mutation.policy.wanNetwork.moveRule.json +20 -0
- models/mutation.policy.wanNetwork.moveSection.json +103 -0
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +123 -0
- models/mutation.policy.wanNetwork.removeRule.json +20 -0
- models/mutation.policy.wanNetwork.removeSection.json +103 -0
- models/mutation.policy.wanNetwork.updatePolicy.json +123 -0
- models/mutation.policy.wanNetwork.updateRule.json +20 -0
- models/mutation.policy.wanNetwork.updateSection.json +103 -0
- models/mutation.xdr.analystFeedback.json +822 -87
- models/query.policy.antiMalwareFileHash.policy.json +123 -0
- models/query.policy.appTenantRestriction.policy.json +123 -0
- models/query.policy.applicationControl.policy.json +123 -0
- models/query.policy.dynamicIpAllocation.policy.json +123 -0
- models/query.policy.internetFirewall.policy.json +123 -0
- models/query.policy.remotePortFwd.policy.json +123 -0
- models/query.policy.socketLan.policy.json +143 -0
- models/query.policy.terminalServer.policy.json +123 -0
- models/query.policy.tlsInspect.policy.json +123 -0
- models/query.policy.wanFirewall.policy.json +123 -0
- models/query.policy.wanNetwork.policy.json +123 -0
- models/query.xdr.stories.json +822 -87
- models/query.xdr.story.json +822 -87
- schema/catolib.py +25 -8
- catocli/Utils/csv_formatter.py +0 -663
- scripts/catolib.py +0 -62
- scripts/export_if_rules_to_json.py +0 -188
- scripts/export_wf_rules_to_json.py +0 -111
- scripts/import_wf_rules_to_tfstate.py +0 -331
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/WHEEL +0 -0
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/entry_points.txt +0 -0
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/licenses/LICENSE +0 -0
|
@@ -740,6 +740,89 @@
|
|
|
740
740
|
"description": null,
|
|
741
741
|
"enumValues": null,
|
|
742
742
|
"fields": {
|
|
743
|
+
"access": {
|
|
744
|
+
"args": {},
|
|
745
|
+
"deprecationReason": null,
|
|
746
|
+
"description": null,
|
|
747
|
+
"id_str": "internetFirewall___updateSection___section___access",
|
|
748
|
+
"isDeprecated": false,
|
|
749
|
+
"name": "access",
|
|
750
|
+
"path": "internetFirewall.updateSection.section.access",
|
|
751
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
752
|
+
"required": false,
|
|
753
|
+
"responseStr": "access:$entityAccess ",
|
|
754
|
+
"type": {
|
|
755
|
+
"definition": {
|
|
756
|
+
"description": null,
|
|
757
|
+
"enumValues": null,
|
|
758
|
+
"fields": {
|
|
759
|
+
"action": {
|
|
760
|
+
"args": {},
|
|
761
|
+
"deprecationReason": null,
|
|
762
|
+
"description": null,
|
|
763
|
+
"id_str": "internetFirewall___updateSection___section___access___action",
|
|
764
|
+
"isDeprecated": false,
|
|
765
|
+
"name": "action",
|
|
766
|
+
"path": "internetFirewall.updateSection.section.access.action",
|
|
767
|
+
"requestStr": "$action:RBACAction! ",
|
|
768
|
+
"required": true,
|
|
769
|
+
"responseStr": "action:$action ",
|
|
770
|
+
"type": {
|
|
771
|
+
"definition": {
|
|
772
|
+
"description": null,
|
|
773
|
+
"enumValues": [
|
|
774
|
+
{
|
|
775
|
+
"deprecationReason": null,
|
|
776
|
+
"description": null,
|
|
777
|
+
"isDeprecated": false,
|
|
778
|
+
"name": "NONE"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"deprecationReason": null,
|
|
782
|
+
"description": null,
|
|
783
|
+
"isDeprecated": false,
|
|
784
|
+
"name": "VIEW"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"deprecationReason": null,
|
|
788
|
+
"description": null,
|
|
789
|
+
"isDeprecated": false,
|
|
790
|
+
"name": "EDIT"
|
|
791
|
+
}
|
|
792
|
+
],
|
|
793
|
+
"fields": null,
|
|
794
|
+
"inputFields": null,
|
|
795
|
+
"interfaces": null,
|
|
796
|
+
"kind": "ENUM",
|
|
797
|
+
"name": "RBACAction",
|
|
798
|
+
"possibleTypes": null
|
|
799
|
+
},
|
|
800
|
+
"indexType": "enum",
|
|
801
|
+
"kind": [
|
|
802
|
+
"NON_NULL",
|
|
803
|
+
"ENUM"
|
|
804
|
+
],
|
|
805
|
+
"name": "RBACAction",
|
|
806
|
+
"non_null": false
|
|
807
|
+
},
|
|
808
|
+
"varName": "action"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
"inputFields": null,
|
|
812
|
+
"interfaces": [],
|
|
813
|
+
"kind": "OBJECT",
|
|
814
|
+
"name": "EntityAccess",
|
|
815
|
+
"possibleTypes": null
|
|
816
|
+
},
|
|
817
|
+
"indexType": "object",
|
|
818
|
+
"kind": [
|
|
819
|
+
"OBJECT"
|
|
820
|
+
],
|
|
821
|
+
"name": "EntityAccess",
|
|
822
|
+
"non_null": false
|
|
823
|
+
},
|
|
824
|
+
"varName": "entityAccess"
|
|
825
|
+
},
|
|
743
826
|
"audit": {
|
|
744
827
|
"args": {},
|
|
745
828
|
"deprecationReason": null,
|
|
@@ -949,6 +1032,26 @@
|
|
|
949
1032
|
"non_null": false
|
|
950
1033
|
},
|
|
951
1034
|
"varName": "name"
|
|
1035
|
+
},
|
|
1036
|
+
"subPolicyId": {
|
|
1037
|
+
"args": {},
|
|
1038
|
+
"deprecationReason": null,
|
|
1039
|
+
"description": null,
|
|
1040
|
+
"id_str": "internetFirewall___updateSection___section___section___subPolicyId",
|
|
1041
|
+
"isDeprecated": false,
|
|
1042
|
+
"name": "subPolicyId",
|
|
1043
|
+
"path": "internetFirewall.updateSection.section.section.subPolicyId",
|
|
1044
|
+
"requestStr": "$subPolicyId:ID ",
|
|
1045
|
+
"required": false,
|
|
1046
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
1047
|
+
"type": {
|
|
1048
|
+
"kind": [
|
|
1049
|
+
"SCALAR"
|
|
1050
|
+
],
|
|
1051
|
+
"name": "ID",
|
|
1052
|
+
"non_null": false
|
|
1053
|
+
},
|
|
1054
|
+
"varName": "subPolicyId"
|
|
952
1055
|
}
|
|
953
1056
|
},
|
|
954
1057
|
"inputFields": null,
|
|
@@ -4852,6 +4852,26 @@
|
|
|
4852
4852
|
"non_null": false
|
|
4853
4853
|
},
|
|
4854
4854
|
"varName": "name"
|
|
4855
|
+
},
|
|
4856
|
+
"subPolicyId": {
|
|
4857
|
+
"args": {},
|
|
4858
|
+
"deprecationReason": null,
|
|
4859
|
+
"description": null,
|
|
4860
|
+
"id_str": "remotePortFwd___addRule___rule___rule___section___subPolicyId",
|
|
4861
|
+
"isDeprecated": false,
|
|
4862
|
+
"name": "subPolicyId",
|
|
4863
|
+
"path": "remotePortFwd.addRule.rule.rule.section.subPolicyId",
|
|
4864
|
+
"requestStr": "$subPolicyId:ID ",
|
|
4865
|
+
"required": false,
|
|
4866
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
4867
|
+
"type": {
|
|
4868
|
+
"kind": [
|
|
4869
|
+
"SCALAR"
|
|
4870
|
+
],
|
|
4871
|
+
"name": "ID",
|
|
4872
|
+
"non_null": false
|
|
4873
|
+
},
|
|
4874
|
+
"varName": "subPolicyId"
|
|
4855
4875
|
}
|
|
4856
4876
|
},
|
|
4857
4877
|
"inputFields": null,
|
|
@@ -980,6 +980,89 @@
|
|
|
980
980
|
"description": null,
|
|
981
981
|
"enumValues": null,
|
|
982
982
|
"fields": {
|
|
983
|
+
"access": {
|
|
984
|
+
"args": {},
|
|
985
|
+
"deprecationReason": null,
|
|
986
|
+
"description": null,
|
|
987
|
+
"id_str": "remotePortFwd___addSection___section___access",
|
|
988
|
+
"isDeprecated": false,
|
|
989
|
+
"name": "access",
|
|
990
|
+
"path": "remotePortFwd.addSection.section.access",
|
|
991
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
992
|
+
"required": false,
|
|
993
|
+
"responseStr": "access:$entityAccess ",
|
|
994
|
+
"type": {
|
|
995
|
+
"definition": {
|
|
996
|
+
"description": null,
|
|
997
|
+
"enumValues": null,
|
|
998
|
+
"fields": {
|
|
999
|
+
"action": {
|
|
1000
|
+
"args": {},
|
|
1001
|
+
"deprecationReason": null,
|
|
1002
|
+
"description": null,
|
|
1003
|
+
"id_str": "remotePortFwd___addSection___section___access___action",
|
|
1004
|
+
"isDeprecated": false,
|
|
1005
|
+
"name": "action",
|
|
1006
|
+
"path": "remotePortFwd.addSection.section.access.action",
|
|
1007
|
+
"requestStr": "$action:RBACAction! ",
|
|
1008
|
+
"required": true,
|
|
1009
|
+
"responseStr": "action:$action ",
|
|
1010
|
+
"type": {
|
|
1011
|
+
"definition": {
|
|
1012
|
+
"description": null,
|
|
1013
|
+
"enumValues": [
|
|
1014
|
+
{
|
|
1015
|
+
"deprecationReason": null,
|
|
1016
|
+
"description": null,
|
|
1017
|
+
"isDeprecated": false,
|
|
1018
|
+
"name": "NONE"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"deprecationReason": null,
|
|
1022
|
+
"description": null,
|
|
1023
|
+
"isDeprecated": false,
|
|
1024
|
+
"name": "VIEW"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"deprecationReason": null,
|
|
1028
|
+
"description": null,
|
|
1029
|
+
"isDeprecated": false,
|
|
1030
|
+
"name": "EDIT"
|
|
1031
|
+
}
|
|
1032
|
+
],
|
|
1033
|
+
"fields": null,
|
|
1034
|
+
"inputFields": null,
|
|
1035
|
+
"interfaces": null,
|
|
1036
|
+
"kind": "ENUM",
|
|
1037
|
+
"name": "RBACAction",
|
|
1038
|
+
"possibleTypes": null
|
|
1039
|
+
},
|
|
1040
|
+
"indexType": "enum",
|
|
1041
|
+
"kind": [
|
|
1042
|
+
"NON_NULL",
|
|
1043
|
+
"ENUM"
|
|
1044
|
+
],
|
|
1045
|
+
"name": "RBACAction",
|
|
1046
|
+
"non_null": false
|
|
1047
|
+
},
|
|
1048
|
+
"varName": "action"
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"inputFields": null,
|
|
1052
|
+
"interfaces": [],
|
|
1053
|
+
"kind": "OBJECT",
|
|
1054
|
+
"name": "EntityAccess",
|
|
1055
|
+
"possibleTypes": null
|
|
1056
|
+
},
|
|
1057
|
+
"indexType": "object",
|
|
1058
|
+
"kind": [
|
|
1059
|
+
"OBJECT"
|
|
1060
|
+
],
|
|
1061
|
+
"name": "EntityAccess",
|
|
1062
|
+
"non_null": false
|
|
1063
|
+
},
|
|
1064
|
+
"varName": "entityAccess"
|
|
1065
|
+
},
|
|
983
1066
|
"audit": {
|
|
984
1067
|
"args": {},
|
|
985
1068
|
"deprecationReason": null,
|
|
@@ -1189,6 +1272,26 @@
|
|
|
1189
1272
|
"non_null": false
|
|
1190
1273
|
},
|
|
1191
1274
|
"varName": "name"
|
|
1275
|
+
},
|
|
1276
|
+
"subPolicyId": {
|
|
1277
|
+
"args": {},
|
|
1278
|
+
"deprecationReason": null,
|
|
1279
|
+
"description": null,
|
|
1280
|
+
"id_str": "remotePortFwd___addSection___section___section___subPolicyId",
|
|
1281
|
+
"isDeprecated": false,
|
|
1282
|
+
"name": "subPolicyId",
|
|
1283
|
+
"path": "remotePortFwd.addSection.section.section.subPolicyId",
|
|
1284
|
+
"requestStr": "$subPolicyId:ID ",
|
|
1285
|
+
"required": false,
|
|
1286
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
1287
|
+
"type": {
|
|
1288
|
+
"kind": [
|
|
1289
|
+
"SCALAR"
|
|
1290
|
+
],
|
|
1291
|
+
"name": "ID",
|
|
1292
|
+
"non_null": false
|
|
1293
|
+
},
|
|
1294
|
+
"varName": "subPolicyId"
|
|
1192
1295
|
}
|
|
1193
1296
|
},
|
|
1194
1297
|
"inputFields": null,
|
|
@@ -1806,6 +1806,26 @@
|
|
|
1806
1806
|
"non_null": false
|
|
1807
1807
|
},
|
|
1808
1808
|
"varName": "name"
|
|
1809
|
+
},
|
|
1810
|
+
"subPolicyId": {
|
|
1811
|
+
"args": {},
|
|
1812
|
+
"deprecationReason": null,
|
|
1813
|
+
"description": null,
|
|
1814
|
+
"id_str": "remotePortFwd___createPolicyRevision___policy___rules___rule___section___subPolicyId",
|
|
1815
|
+
"isDeprecated": false,
|
|
1816
|
+
"name": "subPolicyId",
|
|
1817
|
+
"path": "remotePortFwd.createPolicyRevision.policy.rules.rule.section.subPolicyId",
|
|
1818
|
+
"requestStr": "$subPolicyId:ID ",
|
|
1819
|
+
"required": false,
|
|
1820
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
1821
|
+
"type": {
|
|
1822
|
+
"kind": [
|
|
1823
|
+
"SCALAR"
|
|
1824
|
+
],
|
|
1825
|
+
"name": "ID",
|
|
1826
|
+
"non_null": false
|
|
1827
|
+
},
|
|
1828
|
+
"varName": "subPolicyId"
|
|
1809
1829
|
}
|
|
1810
1830
|
},
|
|
1811
1831
|
"inputFields": null,
|
|
@@ -2248,6 +2268,89 @@
|
|
|
2248
2268
|
"description": null,
|
|
2249
2269
|
"enumValues": null,
|
|
2250
2270
|
"fields": {
|
|
2271
|
+
"access": {
|
|
2272
|
+
"args": {},
|
|
2273
|
+
"deprecationReason": null,
|
|
2274
|
+
"description": null,
|
|
2275
|
+
"id_str": "remotePortFwd___createPolicyRevision___policy___sections___access",
|
|
2276
|
+
"isDeprecated": false,
|
|
2277
|
+
"name": "access",
|
|
2278
|
+
"path": "remotePortFwd.createPolicyRevision.policy.sections.access",
|
|
2279
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
2280
|
+
"required": false,
|
|
2281
|
+
"responseStr": "access:$entityAccess ",
|
|
2282
|
+
"type": {
|
|
2283
|
+
"definition": {
|
|
2284
|
+
"description": null,
|
|
2285
|
+
"enumValues": null,
|
|
2286
|
+
"fields": {
|
|
2287
|
+
"action": {
|
|
2288
|
+
"args": {},
|
|
2289
|
+
"deprecationReason": null,
|
|
2290
|
+
"description": null,
|
|
2291
|
+
"id_str": "remotePortFwd___createPolicyRevision___policy___sections___access___action",
|
|
2292
|
+
"isDeprecated": false,
|
|
2293
|
+
"name": "action",
|
|
2294
|
+
"path": "remotePortFwd.createPolicyRevision.policy.sections.access.action",
|
|
2295
|
+
"requestStr": "$action:RBACAction! ",
|
|
2296
|
+
"required": true,
|
|
2297
|
+
"responseStr": "action:$action ",
|
|
2298
|
+
"type": {
|
|
2299
|
+
"definition": {
|
|
2300
|
+
"description": null,
|
|
2301
|
+
"enumValues": [
|
|
2302
|
+
{
|
|
2303
|
+
"deprecationReason": null,
|
|
2304
|
+
"description": null,
|
|
2305
|
+
"isDeprecated": false,
|
|
2306
|
+
"name": "NONE"
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"deprecationReason": null,
|
|
2310
|
+
"description": null,
|
|
2311
|
+
"isDeprecated": false,
|
|
2312
|
+
"name": "VIEW"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"deprecationReason": null,
|
|
2316
|
+
"description": null,
|
|
2317
|
+
"isDeprecated": false,
|
|
2318
|
+
"name": "EDIT"
|
|
2319
|
+
}
|
|
2320
|
+
],
|
|
2321
|
+
"fields": null,
|
|
2322
|
+
"inputFields": null,
|
|
2323
|
+
"interfaces": null,
|
|
2324
|
+
"kind": "ENUM",
|
|
2325
|
+
"name": "RBACAction",
|
|
2326
|
+
"possibleTypes": null
|
|
2327
|
+
},
|
|
2328
|
+
"indexType": "enum",
|
|
2329
|
+
"kind": [
|
|
2330
|
+
"NON_NULL",
|
|
2331
|
+
"ENUM"
|
|
2332
|
+
],
|
|
2333
|
+
"name": "RBACAction",
|
|
2334
|
+
"non_null": false
|
|
2335
|
+
},
|
|
2336
|
+
"varName": "action"
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
"inputFields": null,
|
|
2340
|
+
"interfaces": [],
|
|
2341
|
+
"kind": "OBJECT",
|
|
2342
|
+
"name": "EntityAccess",
|
|
2343
|
+
"possibleTypes": null
|
|
2344
|
+
},
|
|
2345
|
+
"indexType": "object",
|
|
2346
|
+
"kind": [
|
|
2347
|
+
"OBJECT"
|
|
2348
|
+
],
|
|
2349
|
+
"name": "EntityAccess",
|
|
2350
|
+
"non_null": false
|
|
2351
|
+
},
|
|
2352
|
+
"varName": "entityAccess"
|
|
2353
|
+
},
|
|
2251
2354
|
"audit": {
|
|
2252
2355
|
"args": {},
|
|
2253
2356
|
"deprecationReason": null,
|
|
@@ -2457,6 +2560,26 @@
|
|
|
2457
2560
|
"non_null": false
|
|
2458
2561
|
},
|
|
2459
2562
|
"varName": "name"
|
|
2563
|
+
},
|
|
2564
|
+
"subPolicyId": {
|
|
2565
|
+
"args": {},
|
|
2566
|
+
"deprecationReason": null,
|
|
2567
|
+
"description": null,
|
|
2568
|
+
"id_str": "remotePortFwd___createPolicyRevision___policy___sections___section___subPolicyId",
|
|
2569
|
+
"isDeprecated": false,
|
|
2570
|
+
"name": "subPolicyId",
|
|
2571
|
+
"path": "remotePortFwd.createPolicyRevision.policy.sections.section.subPolicyId",
|
|
2572
|
+
"requestStr": "$subPolicyId:ID ",
|
|
2573
|
+
"required": false,
|
|
2574
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
2575
|
+
"type": {
|
|
2576
|
+
"kind": [
|
|
2577
|
+
"SCALAR"
|
|
2578
|
+
],
|
|
2579
|
+
"name": "ID",
|
|
2580
|
+
"non_null": false
|
|
2581
|
+
},
|
|
2582
|
+
"varName": "subPolicyId"
|
|
2460
2583
|
}
|
|
2461
2584
|
},
|
|
2462
2585
|
"inputFields": null,
|
|
@@ -1743,6 +1743,26 @@
|
|
|
1743
1743
|
"non_null": false
|
|
1744
1744
|
},
|
|
1745
1745
|
"varName": "name"
|
|
1746
|
+
},
|
|
1747
|
+
"subPolicyId": {
|
|
1748
|
+
"args": {},
|
|
1749
|
+
"deprecationReason": null,
|
|
1750
|
+
"description": null,
|
|
1751
|
+
"id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___section___subPolicyId",
|
|
1752
|
+
"isDeprecated": false,
|
|
1753
|
+
"name": "subPolicyId",
|
|
1754
|
+
"path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.section.subPolicyId",
|
|
1755
|
+
"requestStr": "$subPolicyId:ID ",
|
|
1756
|
+
"required": false,
|
|
1757
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
1758
|
+
"type": {
|
|
1759
|
+
"kind": [
|
|
1760
|
+
"SCALAR"
|
|
1761
|
+
],
|
|
1762
|
+
"name": "ID",
|
|
1763
|
+
"non_null": false
|
|
1764
|
+
},
|
|
1765
|
+
"varName": "subPolicyId"
|
|
1746
1766
|
}
|
|
1747
1767
|
},
|
|
1748
1768
|
"inputFields": null,
|
|
@@ -2185,6 +2205,89 @@
|
|
|
2185
2205
|
"description": null,
|
|
2186
2206
|
"enumValues": null,
|
|
2187
2207
|
"fields": {
|
|
2208
|
+
"access": {
|
|
2209
|
+
"args": {},
|
|
2210
|
+
"deprecationReason": null,
|
|
2211
|
+
"description": null,
|
|
2212
|
+
"id_str": "remotePortFwd___discardPolicyRevision___policy___sections___access",
|
|
2213
|
+
"isDeprecated": false,
|
|
2214
|
+
"name": "access",
|
|
2215
|
+
"path": "remotePortFwd.discardPolicyRevision.policy.sections.access",
|
|
2216
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
2217
|
+
"required": false,
|
|
2218
|
+
"responseStr": "access:$entityAccess ",
|
|
2219
|
+
"type": {
|
|
2220
|
+
"definition": {
|
|
2221
|
+
"description": null,
|
|
2222
|
+
"enumValues": null,
|
|
2223
|
+
"fields": {
|
|
2224
|
+
"action": {
|
|
2225
|
+
"args": {},
|
|
2226
|
+
"deprecationReason": null,
|
|
2227
|
+
"description": null,
|
|
2228
|
+
"id_str": "remotePortFwd___discardPolicyRevision___policy___sections___access___action",
|
|
2229
|
+
"isDeprecated": false,
|
|
2230
|
+
"name": "action",
|
|
2231
|
+
"path": "remotePortFwd.discardPolicyRevision.policy.sections.access.action",
|
|
2232
|
+
"requestStr": "$action:RBACAction! ",
|
|
2233
|
+
"required": true,
|
|
2234
|
+
"responseStr": "action:$action ",
|
|
2235
|
+
"type": {
|
|
2236
|
+
"definition": {
|
|
2237
|
+
"description": null,
|
|
2238
|
+
"enumValues": [
|
|
2239
|
+
{
|
|
2240
|
+
"deprecationReason": null,
|
|
2241
|
+
"description": null,
|
|
2242
|
+
"isDeprecated": false,
|
|
2243
|
+
"name": "NONE"
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"deprecationReason": null,
|
|
2247
|
+
"description": null,
|
|
2248
|
+
"isDeprecated": false,
|
|
2249
|
+
"name": "VIEW"
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
"deprecationReason": null,
|
|
2253
|
+
"description": null,
|
|
2254
|
+
"isDeprecated": false,
|
|
2255
|
+
"name": "EDIT"
|
|
2256
|
+
}
|
|
2257
|
+
],
|
|
2258
|
+
"fields": null,
|
|
2259
|
+
"inputFields": null,
|
|
2260
|
+
"interfaces": null,
|
|
2261
|
+
"kind": "ENUM",
|
|
2262
|
+
"name": "RBACAction",
|
|
2263
|
+
"possibleTypes": null
|
|
2264
|
+
},
|
|
2265
|
+
"indexType": "enum",
|
|
2266
|
+
"kind": [
|
|
2267
|
+
"NON_NULL",
|
|
2268
|
+
"ENUM"
|
|
2269
|
+
],
|
|
2270
|
+
"name": "RBACAction",
|
|
2271
|
+
"non_null": false
|
|
2272
|
+
},
|
|
2273
|
+
"varName": "action"
|
|
2274
|
+
}
|
|
2275
|
+
},
|
|
2276
|
+
"inputFields": null,
|
|
2277
|
+
"interfaces": [],
|
|
2278
|
+
"kind": "OBJECT",
|
|
2279
|
+
"name": "EntityAccess",
|
|
2280
|
+
"possibleTypes": null
|
|
2281
|
+
},
|
|
2282
|
+
"indexType": "object",
|
|
2283
|
+
"kind": [
|
|
2284
|
+
"OBJECT"
|
|
2285
|
+
],
|
|
2286
|
+
"name": "EntityAccess",
|
|
2287
|
+
"non_null": false
|
|
2288
|
+
},
|
|
2289
|
+
"varName": "entityAccess"
|
|
2290
|
+
},
|
|
2188
2291
|
"audit": {
|
|
2189
2292
|
"args": {},
|
|
2190
2293
|
"deprecationReason": null,
|
|
@@ -2394,6 +2497,26 @@
|
|
|
2394
2497
|
"non_null": false
|
|
2395
2498
|
},
|
|
2396
2499
|
"varName": "name"
|
|
2500
|
+
},
|
|
2501
|
+
"subPolicyId": {
|
|
2502
|
+
"args": {},
|
|
2503
|
+
"deprecationReason": null,
|
|
2504
|
+
"description": null,
|
|
2505
|
+
"id_str": "remotePortFwd___discardPolicyRevision___policy___sections___section___subPolicyId",
|
|
2506
|
+
"isDeprecated": false,
|
|
2507
|
+
"name": "subPolicyId",
|
|
2508
|
+
"path": "remotePortFwd.discardPolicyRevision.policy.sections.section.subPolicyId",
|
|
2509
|
+
"requestStr": "$subPolicyId:ID ",
|
|
2510
|
+
"required": false,
|
|
2511
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
2512
|
+
"type": {
|
|
2513
|
+
"kind": [
|
|
2514
|
+
"SCALAR"
|
|
2515
|
+
],
|
|
2516
|
+
"name": "ID",
|
|
2517
|
+
"non_null": false
|
|
2518
|
+
},
|
|
2519
|
+
"varName": "subPolicyId"
|
|
2397
2520
|
}
|
|
2398
2521
|
},
|
|
2399
2522
|
"inputFields": null,
|