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
|
@@ -6007,6 +6007,26 @@
|
|
|
6007
6007
|
"non_null": false
|
|
6008
6008
|
},
|
|
6009
6009
|
"varName": "name"
|
|
6010
|
+
},
|
|
6011
|
+
"subPolicyId": {
|
|
6012
|
+
"args": {},
|
|
6013
|
+
"deprecationReason": null,
|
|
6014
|
+
"description": null,
|
|
6015
|
+
"id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___section___subPolicyId",
|
|
6016
|
+
"isDeprecated": false,
|
|
6017
|
+
"name": "subPolicyId",
|
|
6018
|
+
"path": "internetFirewall.publishPolicyRevision.policy.rules.rule.section.subPolicyId",
|
|
6019
|
+
"requestStr": "$subPolicyId:ID ",
|
|
6020
|
+
"required": false,
|
|
6021
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
6022
|
+
"type": {
|
|
6023
|
+
"kind": [
|
|
6024
|
+
"SCALAR"
|
|
6025
|
+
],
|
|
6026
|
+
"name": "ID",
|
|
6027
|
+
"non_null": false
|
|
6028
|
+
},
|
|
6029
|
+
"varName": "subPolicyId"
|
|
6010
6030
|
}
|
|
6011
6031
|
},
|
|
6012
6032
|
"inputFields": null,
|
|
@@ -7832,6 +7852,89 @@
|
|
|
7832
7852
|
"description": null,
|
|
7833
7853
|
"enumValues": null,
|
|
7834
7854
|
"fields": {
|
|
7855
|
+
"access": {
|
|
7856
|
+
"args": {},
|
|
7857
|
+
"deprecationReason": null,
|
|
7858
|
+
"description": null,
|
|
7859
|
+
"id_str": "internetFirewall___publishPolicyRevision___policy___sections___access",
|
|
7860
|
+
"isDeprecated": false,
|
|
7861
|
+
"name": "access",
|
|
7862
|
+
"path": "internetFirewall.publishPolicyRevision.policy.sections.access",
|
|
7863
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
7864
|
+
"required": false,
|
|
7865
|
+
"responseStr": "access:$entityAccess ",
|
|
7866
|
+
"type": {
|
|
7867
|
+
"definition": {
|
|
7868
|
+
"description": null,
|
|
7869
|
+
"enumValues": null,
|
|
7870
|
+
"fields": {
|
|
7871
|
+
"action": {
|
|
7872
|
+
"args": {},
|
|
7873
|
+
"deprecationReason": null,
|
|
7874
|
+
"description": null,
|
|
7875
|
+
"id_str": "internetFirewall___publishPolicyRevision___policy___sections___access___action",
|
|
7876
|
+
"isDeprecated": false,
|
|
7877
|
+
"name": "action",
|
|
7878
|
+
"path": "internetFirewall.publishPolicyRevision.policy.sections.access.action",
|
|
7879
|
+
"requestStr": "$action:RBACAction! ",
|
|
7880
|
+
"required": true,
|
|
7881
|
+
"responseStr": "action:$action ",
|
|
7882
|
+
"type": {
|
|
7883
|
+
"definition": {
|
|
7884
|
+
"description": null,
|
|
7885
|
+
"enumValues": [
|
|
7886
|
+
{
|
|
7887
|
+
"deprecationReason": null,
|
|
7888
|
+
"description": null,
|
|
7889
|
+
"isDeprecated": false,
|
|
7890
|
+
"name": "NONE"
|
|
7891
|
+
},
|
|
7892
|
+
{
|
|
7893
|
+
"deprecationReason": null,
|
|
7894
|
+
"description": null,
|
|
7895
|
+
"isDeprecated": false,
|
|
7896
|
+
"name": "VIEW"
|
|
7897
|
+
},
|
|
7898
|
+
{
|
|
7899
|
+
"deprecationReason": null,
|
|
7900
|
+
"description": null,
|
|
7901
|
+
"isDeprecated": false,
|
|
7902
|
+
"name": "EDIT"
|
|
7903
|
+
}
|
|
7904
|
+
],
|
|
7905
|
+
"fields": null,
|
|
7906
|
+
"inputFields": null,
|
|
7907
|
+
"interfaces": null,
|
|
7908
|
+
"kind": "ENUM",
|
|
7909
|
+
"name": "RBACAction",
|
|
7910
|
+
"possibleTypes": null
|
|
7911
|
+
},
|
|
7912
|
+
"indexType": "enum",
|
|
7913
|
+
"kind": [
|
|
7914
|
+
"NON_NULL",
|
|
7915
|
+
"ENUM"
|
|
7916
|
+
],
|
|
7917
|
+
"name": "RBACAction",
|
|
7918
|
+
"non_null": false
|
|
7919
|
+
},
|
|
7920
|
+
"varName": "action"
|
|
7921
|
+
}
|
|
7922
|
+
},
|
|
7923
|
+
"inputFields": null,
|
|
7924
|
+
"interfaces": [],
|
|
7925
|
+
"kind": "OBJECT",
|
|
7926
|
+
"name": "EntityAccess",
|
|
7927
|
+
"possibleTypes": null
|
|
7928
|
+
},
|
|
7929
|
+
"indexType": "object",
|
|
7930
|
+
"kind": [
|
|
7931
|
+
"OBJECT"
|
|
7932
|
+
],
|
|
7933
|
+
"name": "EntityAccess",
|
|
7934
|
+
"non_null": false
|
|
7935
|
+
},
|
|
7936
|
+
"varName": "entityAccess"
|
|
7937
|
+
},
|
|
7835
7938
|
"audit": {
|
|
7836
7939
|
"args": {},
|
|
7837
7940
|
"deprecationReason": null,
|
|
@@ -8041,6 +8144,26 @@
|
|
|
8041
8144
|
"non_null": false
|
|
8042
8145
|
},
|
|
8043
8146
|
"varName": "name"
|
|
8147
|
+
},
|
|
8148
|
+
"subPolicyId": {
|
|
8149
|
+
"args": {},
|
|
8150
|
+
"deprecationReason": null,
|
|
8151
|
+
"description": null,
|
|
8152
|
+
"id_str": "internetFirewall___publishPolicyRevision___policy___sections___section___subPolicyId",
|
|
8153
|
+
"isDeprecated": false,
|
|
8154
|
+
"name": "subPolicyId",
|
|
8155
|
+
"path": "internetFirewall.publishPolicyRevision.policy.sections.section.subPolicyId",
|
|
8156
|
+
"requestStr": "$subPolicyId:ID ",
|
|
8157
|
+
"required": false,
|
|
8158
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
8159
|
+
"type": {
|
|
8160
|
+
"kind": [
|
|
8161
|
+
"SCALAR"
|
|
8162
|
+
],
|
|
8163
|
+
"name": "ID",
|
|
8164
|
+
"non_null": false
|
|
8165
|
+
},
|
|
8166
|
+
"varName": "subPolicyId"
|
|
8044
8167
|
}
|
|
8045
8168
|
},
|
|
8046
8169
|
"inputFields": null,
|
|
@@ -5690,6 +5690,26 @@
|
|
|
5690
5690
|
"non_null": false
|
|
5691
5691
|
},
|
|
5692
5692
|
"varName": "name"
|
|
5693
|
+
},
|
|
5694
|
+
"subPolicyId": {
|
|
5695
|
+
"args": {},
|
|
5696
|
+
"deprecationReason": null,
|
|
5697
|
+
"description": null,
|
|
5698
|
+
"id_str": "internetFirewall___removeRule___rule___rule___section___subPolicyId",
|
|
5699
|
+
"isDeprecated": false,
|
|
5700
|
+
"name": "subPolicyId",
|
|
5701
|
+
"path": "internetFirewall.removeRule.rule.rule.section.subPolicyId",
|
|
5702
|
+
"requestStr": "$subPolicyId:ID ",
|
|
5703
|
+
"required": false,
|
|
5704
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
5705
|
+
"type": {
|
|
5706
|
+
"kind": [
|
|
5707
|
+
"SCALAR"
|
|
5708
|
+
],
|
|
5709
|
+
"name": "ID",
|
|
5710
|
+
"non_null": false
|
|
5711
|
+
},
|
|
5712
|
+
"varName": "subPolicyId"
|
|
5693
5713
|
}
|
|
5694
5714
|
},
|
|
5695
5715
|
"inputFields": null,
|
|
@@ -593,6 +593,89 @@
|
|
|
593
593
|
"description": null,
|
|
594
594
|
"enumValues": null,
|
|
595
595
|
"fields": {
|
|
596
|
+
"access": {
|
|
597
|
+
"args": {},
|
|
598
|
+
"deprecationReason": null,
|
|
599
|
+
"description": null,
|
|
600
|
+
"id_str": "internetFirewall___removeSection___section___access",
|
|
601
|
+
"isDeprecated": false,
|
|
602
|
+
"name": "access",
|
|
603
|
+
"path": "internetFirewall.removeSection.section.access",
|
|
604
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
605
|
+
"required": false,
|
|
606
|
+
"responseStr": "access:$entityAccess ",
|
|
607
|
+
"type": {
|
|
608
|
+
"definition": {
|
|
609
|
+
"description": null,
|
|
610
|
+
"enumValues": null,
|
|
611
|
+
"fields": {
|
|
612
|
+
"action": {
|
|
613
|
+
"args": {},
|
|
614
|
+
"deprecationReason": null,
|
|
615
|
+
"description": null,
|
|
616
|
+
"id_str": "internetFirewall___removeSection___section___access___action",
|
|
617
|
+
"isDeprecated": false,
|
|
618
|
+
"name": "action",
|
|
619
|
+
"path": "internetFirewall.removeSection.section.access.action",
|
|
620
|
+
"requestStr": "$action:RBACAction! ",
|
|
621
|
+
"required": true,
|
|
622
|
+
"responseStr": "action:$action ",
|
|
623
|
+
"type": {
|
|
624
|
+
"definition": {
|
|
625
|
+
"description": null,
|
|
626
|
+
"enumValues": [
|
|
627
|
+
{
|
|
628
|
+
"deprecationReason": null,
|
|
629
|
+
"description": null,
|
|
630
|
+
"isDeprecated": false,
|
|
631
|
+
"name": "NONE"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"deprecationReason": null,
|
|
635
|
+
"description": null,
|
|
636
|
+
"isDeprecated": false,
|
|
637
|
+
"name": "VIEW"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"deprecationReason": null,
|
|
641
|
+
"description": null,
|
|
642
|
+
"isDeprecated": false,
|
|
643
|
+
"name": "EDIT"
|
|
644
|
+
}
|
|
645
|
+
],
|
|
646
|
+
"fields": null,
|
|
647
|
+
"inputFields": null,
|
|
648
|
+
"interfaces": null,
|
|
649
|
+
"kind": "ENUM",
|
|
650
|
+
"name": "RBACAction",
|
|
651
|
+
"possibleTypes": null
|
|
652
|
+
},
|
|
653
|
+
"indexType": "enum",
|
|
654
|
+
"kind": [
|
|
655
|
+
"NON_NULL",
|
|
656
|
+
"ENUM"
|
|
657
|
+
],
|
|
658
|
+
"name": "RBACAction",
|
|
659
|
+
"non_null": false
|
|
660
|
+
},
|
|
661
|
+
"varName": "action"
|
|
662
|
+
}
|
|
663
|
+
},
|
|
664
|
+
"inputFields": null,
|
|
665
|
+
"interfaces": [],
|
|
666
|
+
"kind": "OBJECT",
|
|
667
|
+
"name": "EntityAccess",
|
|
668
|
+
"possibleTypes": null
|
|
669
|
+
},
|
|
670
|
+
"indexType": "object",
|
|
671
|
+
"kind": [
|
|
672
|
+
"OBJECT"
|
|
673
|
+
],
|
|
674
|
+
"name": "EntityAccess",
|
|
675
|
+
"non_null": false
|
|
676
|
+
},
|
|
677
|
+
"varName": "entityAccess"
|
|
678
|
+
},
|
|
596
679
|
"audit": {
|
|
597
680
|
"args": {},
|
|
598
681
|
"deprecationReason": null,
|
|
@@ -802,6 +885,26 @@
|
|
|
802
885
|
"non_null": false
|
|
803
886
|
},
|
|
804
887
|
"varName": "name"
|
|
888
|
+
},
|
|
889
|
+
"subPolicyId": {
|
|
890
|
+
"args": {},
|
|
891
|
+
"deprecationReason": null,
|
|
892
|
+
"description": null,
|
|
893
|
+
"id_str": "internetFirewall___removeSection___section___section___subPolicyId",
|
|
894
|
+
"isDeprecated": false,
|
|
895
|
+
"name": "subPolicyId",
|
|
896
|
+
"path": "internetFirewall.removeSection.section.section.subPolicyId",
|
|
897
|
+
"requestStr": "$subPolicyId:ID ",
|
|
898
|
+
"required": false,
|
|
899
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
900
|
+
"type": {
|
|
901
|
+
"kind": [
|
|
902
|
+
"SCALAR"
|
|
903
|
+
],
|
|
904
|
+
"name": "ID",
|
|
905
|
+
"non_null": false
|
|
906
|
+
},
|
|
907
|
+
"varName": "subPolicyId"
|
|
805
908
|
}
|
|
806
909
|
},
|
|
807
910
|
"inputFields": null,
|
|
@@ -6028,6 +6028,26 @@
|
|
|
6028
6028
|
"non_null": false
|
|
6029
6029
|
},
|
|
6030
6030
|
"varName": "name"
|
|
6031
|
+
},
|
|
6032
|
+
"subPolicyId": {
|
|
6033
|
+
"args": {},
|
|
6034
|
+
"deprecationReason": null,
|
|
6035
|
+
"description": null,
|
|
6036
|
+
"id_str": "internetFirewall___updatePolicy___policy___rules___rule___section___subPolicyId",
|
|
6037
|
+
"isDeprecated": false,
|
|
6038
|
+
"name": "subPolicyId",
|
|
6039
|
+
"path": "internetFirewall.updatePolicy.policy.rules.rule.section.subPolicyId",
|
|
6040
|
+
"requestStr": "$subPolicyId:ID ",
|
|
6041
|
+
"required": false,
|
|
6042
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
6043
|
+
"type": {
|
|
6044
|
+
"kind": [
|
|
6045
|
+
"SCALAR"
|
|
6046
|
+
],
|
|
6047
|
+
"name": "ID",
|
|
6048
|
+
"non_null": false
|
|
6049
|
+
},
|
|
6050
|
+
"varName": "subPolicyId"
|
|
6031
6051
|
}
|
|
6032
6052
|
},
|
|
6033
6053
|
"inputFields": null,
|
|
@@ -7853,6 +7873,89 @@
|
|
|
7853
7873
|
"description": null,
|
|
7854
7874
|
"enumValues": null,
|
|
7855
7875
|
"fields": {
|
|
7876
|
+
"access": {
|
|
7877
|
+
"args": {},
|
|
7878
|
+
"deprecationReason": null,
|
|
7879
|
+
"description": null,
|
|
7880
|
+
"id_str": "internetFirewall___updatePolicy___policy___sections___access",
|
|
7881
|
+
"isDeprecated": false,
|
|
7882
|
+
"name": "access",
|
|
7883
|
+
"path": "internetFirewall.updatePolicy.policy.sections.access",
|
|
7884
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
7885
|
+
"required": false,
|
|
7886
|
+
"responseStr": "access:$entityAccess ",
|
|
7887
|
+
"type": {
|
|
7888
|
+
"definition": {
|
|
7889
|
+
"description": null,
|
|
7890
|
+
"enumValues": null,
|
|
7891
|
+
"fields": {
|
|
7892
|
+
"action": {
|
|
7893
|
+
"args": {},
|
|
7894
|
+
"deprecationReason": null,
|
|
7895
|
+
"description": null,
|
|
7896
|
+
"id_str": "internetFirewall___updatePolicy___policy___sections___access___action",
|
|
7897
|
+
"isDeprecated": false,
|
|
7898
|
+
"name": "action",
|
|
7899
|
+
"path": "internetFirewall.updatePolicy.policy.sections.access.action",
|
|
7900
|
+
"requestStr": "$action:RBACAction! ",
|
|
7901
|
+
"required": true,
|
|
7902
|
+
"responseStr": "action:$action ",
|
|
7903
|
+
"type": {
|
|
7904
|
+
"definition": {
|
|
7905
|
+
"description": null,
|
|
7906
|
+
"enumValues": [
|
|
7907
|
+
{
|
|
7908
|
+
"deprecationReason": null,
|
|
7909
|
+
"description": null,
|
|
7910
|
+
"isDeprecated": false,
|
|
7911
|
+
"name": "NONE"
|
|
7912
|
+
},
|
|
7913
|
+
{
|
|
7914
|
+
"deprecationReason": null,
|
|
7915
|
+
"description": null,
|
|
7916
|
+
"isDeprecated": false,
|
|
7917
|
+
"name": "VIEW"
|
|
7918
|
+
},
|
|
7919
|
+
{
|
|
7920
|
+
"deprecationReason": null,
|
|
7921
|
+
"description": null,
|
|
7922
|
+
"isDeprecated": false,
|
|
7923
|
+
"name": "EDIT"
|
|
7924
|
+
}
|
|
7925
|
+
],
|
|
7926
|
+
"fields": null,
|
|
7927
|
+
"inputFields": null,
|
|
7928
|
+
"interfaces": null,
|
|
7929
|
+
"kind": "ENUM",
|
|
7930
|
+
"name": "RBACAction",
|
|
7931
|
+
"possibleTypes": null
|
|
7932
|
+
},
|
|
7933
|
+
"indexType": "enum",
|
|
7934
|
+
"kind": [
|
|
7935
|
+
"NON_NULL",
|
|
7936
|
+
"ENUM"
|
|
7937
|
+
],
|
|
7938
|
+
"name": "RBACAction",
|
|
7939
|
+
"non_null": false
|
|
7940
|
+
},
|
|
7941
|
+
"varName": "action"
|
|
7942
|
+
}
|
|
7943
|
+
},
|
|
7944
|
+
"inputFields": null,
|
|
7945
|
+
"interfaces": [],
|
|
7946
|
+
"kind": "OBJECT",
|
|
7947
|
+
"name": "EntityAccess",
|
|
7948
|
+
"possibleTypes": null
|
|
7949
|
+
},
|
|
7950
|
+
"indexType": "object",
|
|
7951
|
+
"kind": [
|
|
7952
|
+
"OBJECT"
|
|
7953
|
+
],
|
|
7954
|
+
"name": "EntityAccess",
|
|
7955
|
+
"non_null": false
|
|
7956
|
+
},
|
|
7957
|
+
"varName": "entityAccess"
|
|
7958
|
+
},
|
|
7856
7959
|
"audit": {
|
|
7857
7960
|
"args": {},
|
|
7858
7961
|
"deprecationReason": null,
|
|
@@ -8062,6 +8165,26 @@
|
|
|
8062
8165
|
"non_null": false
|
|
8063
8166
|
},
|
|
8064
8167
|
"varName": "name"
|
|
8168
|
+
},
|
|
8169
|
+
"subPolicyId": {
|
|
8170
|
+
"args": {},
|
|
8171
|
+
"deprecationReason": null,
|
|
8172
|
+
"description": null,
|
|
8173
|
+
"id_str": "internetFirewall___updatePolicy___policy___sections___section___subPolicyId",
|
|
8174
|
+
"isDeprecated": false,
|
|
8175
|
+
"name": "subPolicyId",
|
|
8176
|
+
"path": "internetFirewall.updatePolicy.policy.sections.section.subPolicyId",
|
|
8177
|
+
"requestStr": "$subPolicyId:ID ",
|
|
8178
|
+
"required": false,
|
|
8179
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
8180
|
+
"type": {
|
|
8181
|
+
"kind": [
|
|
8182
|
+
"SCALAR"
|
|
8183
|
+
],
|
|
8184
|
+
"name": "ID",
|
|
8185
|
+
"non_null": false
|
|
8186
|
+
},
|
|
8187
|
+
"varName": "subPolicyId"
|
|
8065
8188
|
}
|
|
8066
8189
|
},
|
|
8067
8190
|
"inputFields": null,
|
|
@@ -26447,6 +26447,26 @@
|
|
|
26447
26447
|
"non_null": false
|
|
26448
26448
|
},
|
|
26449
26449
|
"varName": "name"
|
|
26450
|
+
},
|
|
26451
|
+
"subPolicyId": {
|
|
26452
|
+
"args": {},
|
|
26453
|
+
"deprecationReason": null,
|
|
26454
|
+
"description": null,
|
|
26455
|
+
"id_str": "internetFirewall___updateRule___rule___rule___section___subPolicyId",
|
|
26456
|
+
"isDeprecated": false,
|
|
26457
|
+
"name": "subPolicyId",
|
|
26458
|
+
"path": "internetFirewall.updateRule.rule.rule.section.subPolicyId",
|
|
26459
|
+
"requestStr": "$subPolicyId:ID ",
|
|
26460
|
+
"required": false,
|
|
26461
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
26462
|
+
"type": {
|
|
26463
|
+
"kind": [
|
|
26464
|
+
"SCALAR"
|
|
26465
|
+
],
|
|
26466
|
+
"name": "ID",
|
|
26467
|
+
"non_null": false
|
|
26468
|
+
},
|
|
26469
|
+
"varName": "subPolicyId"
|
|
26450
26470
|
}
|
|
26451
26471
|
},
|
|
26452
26472
|
"inputFields": null,
|