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
|
@@ -2907,6 +2907,26 @@
|
|
|
2907
2907
|
"non_null": false
|
|
2908
2908
|
},
|
|
2909
2909
|
"varName": "name"
|
|
2910
|
+
},
|
|
2911
|
+
"subPolicyId": {
|
|
2912
|
+
"args": {},
|
|
2913
|
+
"deprecationReason": null,
|
|
2914
|
+
"description": null,
|
|
2915
|
+
"id_str": "tlsInspect___createPolicyRevision___policy___rules___rule___section___subPolicyId",
|
|
2916
|
+
"isDeprecated": false,
|
|
2917
|
+
"name": "subPolicyId",
|
|
2918
|
+
"path": "tlsInspect.createPolicyRevision.policy.rules.rule.section.subPolicyId",
|
|
2919
|
+
"requestStr": "$subPolicyId:ID ",
|
|
2920
|
+
"required": false,
|
|
2921
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
2922
|
+
"type": {
|
|
2923
|
+
"kind": [
|
|
2924
|
+
"SCALAR"
|
|
2925
|
+
],
|
|
2926
|
+
"name": "ID",
|
|
2927
|
+
"non_null": false
|
|
2928
|
+
},
|
|
2929
|
+
"varName": "subPolicyId"
|
|
2910
2930
|
}
|
|
2911
2931
|
},
|
|
2912
2932
|
"inputFields": null,
|
|
@@ -4026,6 +4046,89 @@
|
|
|
4026
4046
|
"description": null,
|
|
4027
4047
|
"enumValues": null,
|
|
4028
4048
|
"fields": {
|
|
4049
|
+
"access": {
|
|
4050
|
+
"args": {},
|
|
4051
|
+
"deprecationReason": null,
|
|
4052
|
+
"description": null,
|
|
4053
|
+
"id_str": "tlsInspect___createPolicyRevision___policy___sections___access",
|
|
4054
|
+
"isDeprecated": false,
|
|
4055
|
+
"name": "access",
|
|
4056
|
+
"path": "tlsInspect.createPolicyRevision.policy.sections.access",
|
|
4057
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
4058
|
+
"required": false,
|
|
4059
|
+
"responseStr": "access:$entityAccess ",
|
|
4060
|
+
"type": {
|
|
4061
|
+
"definition": {
|
|
4062
|
+
"description": null,
|
|
4063
|
+
"enumValues": null,
|
|
4064
|
+
"fields": {
|
|
4065
|
+
"action": {
|
|
4066
|
+
"args": {},
|
|
4067
|
+
"deprecationReason": null,
|
|
4068
|
+
"description": null,
|
|
4069
|
+
"id_str": "tlsInspect___createPolicyRevision___policy___sections___access___action",
|
|
4070
|
+
"isDeprecated": false,
|
|
4071
|
+
"name": "action",
|
|
4072
|
+
"path": "tlsInspect.createPolicyRevision.policy.sections.access.action",
|
|
4073
|
+
"requestStr": "$action:RBACAction! ",
|
|
4074
|
+
"required": true,
|
|
4075
|
+
"responseStr": "action:$action ",
|
|
4076
|
+
"type": {
|
|
4077
|
+
"definition": {
|
|
4078
|
+
"description": null,
|
|
4079
|
+
"enumValues": [
|
|
4080
|
+
{
|
|
4081
|
+
"deprecationReason": null,
|
|
4082
|
+
"description": null,
|
|
4083
|
+
"isDeprecated": false,
|
|
4084
|
+
"name": "NONE"
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"deprecationReason": null,
|
|
4088
|
+
"description": null,
|
|
4089
|
+
"isDeprecated": false,
|
|
4090
|
+
"name": "VIEW"
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"deprecationReason": null,
|
|
4094
|
+
"description": null,
|
|
4095
|
+
"isDeprecated": false,
|
|
4096
|
+
"name": "EDIT"
|
|
4097
|
+
}
|
|
4098
|
+
],
|
|
4099
|
+
"fields": null,
|
|
4100
|
+
"inputFields": null,
|
|
4101
|
+
"interfaces": null,
|
|
4102
|
+
"kind": "ENUM",
|
|
4103
|
+
"name": "RBACAction",
|
|
4104
|
+
"possibleTypes": null
|
|
4105
|
+
},
|
|
4106
|
+
"indexType": "enum",
|
|
4107
|
+
"kind": [
|
|
4108
|
+
"NON_NULL",
|
|
4109
|
+
"ENUM"
|
|
4110
|
+
],
|
|
4111
|
+
"name": "RBACAction",
|
|
4112
|
+
"non_null": false
|
|
4113
|
+
},
|
|
4114
|
+
"varName": "action"
|
|
4115
|
+
}
|
|
4116
|
+
},
|
|
4117
|
+
"inputFields": null,
|
|
4118
|
+
"interfaces": [],
|
|
4119
|
+
"kind": "OBJECT",
|
|
4120
|
+
"name": "EntityAccess",
|
|
4121
|
+
"possibleTypes": null
|
|
4122
|
+
},
|
|
4123
|
+
"indexType": "object",
|
|
4124
|
+
"kind": [
|
|
4125
|
+
"OBJECT"
|
|
4126
|
+
],
|
|
4127
|
+
"name": "EntityAccess",
|
|
4128
|
+
"non_null": false
|
|
4129
|
+
},
|
|
4130
|
+
"varName": "entityAccess"
|
|
4131
|
+
},
|
|
4029
4132
|
"audit": {
|
|
4030
4133
|
"args": {},
|
|
4031
4134
|
"deprecationReason": null,
|
|
@@ -4235,6 +4338,26 @@
|
|
|
4235
4338
|
"non_null": false
|
|
4236
4339
|
},
|
|
4237
4340
|
"varName": "name"
|
|
4341
|
+
},
|
|
4342
|
+
"subPolicyId": {
|
|
4343
|
+
"args": {},
|
|
4344
|
+
"deprecationReason": null,
|
|
4345
|
+
"description": null,
|
|
4346
|
+
"id_str": "tlsInspect___createPolicyRevision___policy___sections___section___subPolicyId",
|
|
4347
|
+
"isDeprecated": false,
|
|
4348
|
+
"name": "subPolicyId",
|
|
4349
|
+
"path": "tlsInspect.createPolicyRevision.policy.sections.section.subPolicyId",
|
|
4350
|
+
"requestStr": "$subPolicyId:ID ",
|
|
4351
|
+
"required": false,
|
|
4352
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
4353
|
+
"type": {
|
|
4354
|
+
"kind": [
|
|
4355
|
+
"SCALAR"
|
|
4356
|
+
],
|
|
4357
|
+
"name": "ID",
|
|
4358
|
+
"non_null": false
|
|
4359
|
+
},
|
|
4360
|
+
"varName": "subPolicyId"
|
|
4238
4361
|
}
|
|
4239
4362
|
},
|
|
4240
4363
|
"inputFields": null,
|
|
@@ -2844,6 +2844,26 @@
|
|
|
2844
2844
|
"non_null": false
|
|
2845
2845
|
},
|
|
2846
2846
|
"varName": "name"
|
|
2847
|
+
},
|
|
2848
|
+
"subPolicyId": {
|
|
2849
|
+
"args": {},
|
|
2850
|
+
"deprecationReason": null,
|
|
2851
|
+
"description": null,
|
|
2852
|
+
"id_str": "tlsInspect___discardPolicyRevision___policy___rules___rule___section___subPolicyId",
|
|
2853
|
+
"isDeprecated": false,
|
|
2854
|
+
"name": "subPolicyId",
|
|
2855
|
+
"path": "tlsInspect.discardPolicyRevision.policy.rules.rule.section.subPolicyId",
|
|
2856
|
+
"requestStr": "$subPolicyId:ID ",
|
|
2857
|
+
"required": false,
|
|
2858
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
2859
|
+
"type": {
|
|
2860
|
+
"kind": [
|
|
2861
|
+
"SCALAR"
|
|
2862
|
+
],
|
|
2863
|
+
"name": "ID",
|
|
2864
|
+
"non_null": false
|
|
2865
|
+
},
|
|
2866
|
+
"varName": "subPolicyId"
|
|
2847
2867
|
}
|
|
2848
2868
|
},
|
|
2849
2869
|
"inputFields": null,
|
|
@@ -3963,6 +3983,89 @@
|
|
|
3963
3983
|
"description": null,
|
|
3964
3984
|
"enumValues": null,
|
|
3965
3985
|
"fields": {
|
|
3986
|
+
"access": {
|
|
3987
|
+
"args": {},
|
|
3988
|
+
"deprecationReason": null,
|
|
3989
|
+
"description": null,
|
|
3990
|
+
"id_str": "tlsInspect___discardPolicyRevision___policy___sections___access",
|
|
3991
|
+
"isDeprecated": false,
|
|
3992
|
+
"name": "access",
|
|
3993
|
+
"path": "tlsInspect.discardPolicyRevision.policy.sections.access",
|
|
3994
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
3995
|
+
"required": false,
|
|
3996
|
+
"responseStr": "access:$entityAccess ",
|
|
3997
|
+
"type": {
|
|
3998
|
+
"definition": {
|
|
3999
|
+
"description": null,
|
|
4000
|
+
"enumValues": null,
|
|
4001
|
+
"fields": {
|
|
4002
|
+
"action": {
|
|
4003
|
+
"args": {},
|
|
4004
|
+
"deprecationReason": null,
|
|
4005
|
+
"description": null,
|
|
4006
|
+
"id_str": "tlsInspect___discardPolicyRevision___policy___sections___access___action",
|
|
4007
|
+
"isDeprecated": false,
|
|
4008
|
+
"name": "action",
|
|
4009
|
+
"path": "tlsInspect.discardPolicyRevision.policy.sections.access.action",
|
|
4010
|
+
"requestStr": "$action:RBACAction! ",
|
|
4011
|
+
"required": true,
|
|
4012
|
+
"responseStr": "action:$action ",
|
|
4013
|
+
"type": {
|
|
4014
|
+
"definition": {
|
|
4015
|
+
"description": null,
|
|
4016
|
+
"enumValues": [
|
|
4017
|
+
{
|
|
4018
|
+
"deprecationReason": null,
|
|
4019
|
+
"description": null,
|
|
4020
|
+
"isDeprecated": false,
|
|
4021
|
+
"name": "NONE"
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"deprecationReason": null,
|
|
4025
|
+
"description": null,
|
|
4026
|
+
"isDeprecated": false,
|
|
4027
|
+
"name": "VIEW"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"deprecationReason": null,
|
|
4031
|
+
"description": null,
|
|
4032
|
+
"isDeprecated": false,
|
|
4033
|
+
"name": "EDIT"
|
|
4034
|
+
}
|
|
4035
|
+
],
|
|
4036
|
+
"fields": null,
|
|
4037
|
+
"inputFields": null,
|
|
4038
|
+
"interfaces": null,
|
|
4039
|
+
"kind": "ENUM",
|
|
4040
|
+
"name": "RBACAction",
|
|
4041
|
+
"possibleTypes": null
|
|
4042
|
+
},
|
|
4043
|
+
"indexType": "enum",
|
|
4044
|
+
"kind": [
|
|
4045
|
+
"NON_NULL",
|
|
4046
|
+
"ENUM"
|
|
4047
|
+
],
|
|
4048
|
+
"name": "RBACAction",
|
|
4049
|
+
"non_null": false
|
|
4050
|
+
},
|
|
4051
|
+
"varName": "action"
|
|
4052
|
+
}
|
|
4053
|
+
},
|
|
4054
|
+
"inputFields": null,
|
|
4055
|
+
"interfaces": [],
|
|
4056
|
+
"kind": "OBJECT",
|
|
4057
|
+
"name": "EntityAccess",
|
|
4058
|
+
"possibleTypes": null
|
|
4059
|
+
},
|
|
4060
|
+
"indexType": "object",
|
|
4061
|
+
"kind": [
|
|
4062
|
+
"OBJECT"
|
|
4063
|
+
],
|
|
4064
|
+
"name": "EntityAccess",
|
|
4065
|
+
"non_null": false
|
|
4066
|
+
},
|
|
4067
|
+
"varName": "entityAccess"
|
|
4068
|
+
},
|
|
3966
4069
|
"audit": {
|
|
3967
4070
|
"args": {},
|
|
3968
4071
|
"deprecationReason": null,
|
|
@@ -4172,6 +4275,26 @@
|
|
|
4172
4275
|
"non_null": false
|
|
4173
4276
|
},
|
|
4174
4277
|
"varName": "name"
|
|
4278
|
+
},
|
|
4279
|
+
"subPolicyId": {
|
|
4280
|
+
"args": {},
|
|
4281
|
+
"deprecationReason": null,
|
|
4282
|
+
"description": null,
|
|
4283
|
+
"id_str": "tlsInspect___discardPolicyRevision___policy___sections___section___subPolicyId",
|
|
4284
|
+
"isDeprecated": false,
|
|
4285
|
+
"name": "subPolicyId",
|
|
4286
|
+
"path": "tlsInspect.discardPolicyRevision.policy.sections.section.subPolicyId",
|
|
4287
|
+
"requestStr": "$subPolicyId:ID ",
|
|
4288
|
+
"required": false,
|
|
4289
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
4290
|
+
"type": {
|
|
4291
|
+
"kind": [
|
|
4292
|
+
"SCALAR"
|
|
4293
|
+
],
|
|
4294
|
+
"name": "ID",
|
|
4295
|
+
"non_null": false
|
|
4296
|
+
},
|
|
4297
|
+
"varName": "subPolicyId"
|
|
4175
4298
|
}
|
|
4176
4299
|
},
|
|
4177
4300
|
"inputFields": null,
|
|
@@ -2795,6 +2795,26 @@
|
|
|
2795
2795
|
"non_null": false
|
|
2796
2796
|
},
|
|
2797
2797
|
"varName": "name"
|
|
2798
|
+
},
|
|
2799
|
+
"subPolicyId": {
|
|
2800
|
+
"args": {},
|
|
2801
|
+
"deprecationReason": null,
|
|
2802
|
+
"description": null,
|
|
2803
|
+
"id_str": "tlsInspect___moveRule___rule___rule___section___subPolicyId",
|
|
2804
|
+
"isDeprecated": false,
|
|
2805
|
+
"name": "subPolicyId",
|
|
2806
|
+
"path": "tlsInspect.moveRule.rule.rule.section.subPolicyId",
|
|
2807
|
+
"requestStr": "$subPolicyId:ID ",
|
|
2808
|
+
"required": false,
|
|
2809
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
2810
|
+
"type": {
|
|
2811
|
+
"kind": [
|
|
2812
|
+
"SCALAR"
|
|
2813
|
+
],
|
|
2814
|
+
"name": "ID",
|
|
2815
|
+
"non_null": false
|
|
2816
|
+
},
|
|
2817
|
+
"varName": "subPolicyId"
|
|
2798
2818
|
}
|
|
2799
2819
|
},
|
|
2800
2820
|
"inputFields": null,
|
|
@@ -884,6 +884,89 @@
|
|
|
884
884
|
"description": null,
|
|
885
885
|
"enumValues": null,
|
|
886
886
|
"fields": {
|
|
887
|
+
"access": {
|
|
888
|
+
"args": {},
|
|
889
|
+
"deprecationReason": null,
|
|
890
|
+
"description": null,
|
|
891
|
+
"id_str": "tlsInspect___moveSection___section___access",
|
|
892
|
+
"isDeprecated": false,
|
|
893
|
+
"name": "access",
|
|
894
|
+
"path": "tlsInspect.moveSection.section.access",
|
|
895
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
896
|
+
"required": false,
|
|
897
|
+
"responseStr": "access:$entityAccess ",
|
|
898
|
+
"type": {
|
|
899
|
+
"definition": {
|
|
900
|
+
"description": null,
|
|
901
|
+
"enumValues": null,
|
|
902
|
+
"fields": {
|
|
903
|
+
"action": {
|
|
904
|
+
"args": {},
|
|
905
|
+
"deprecationReason": null,
|
|
906
|
+
"description": null,
|
|
907
|
+
"id_str": "tlsInspect___moveSection___section___access___action",
|
|
908
|
+
"isDeprecated": false,
|
|
909
|
+
"name": "action",
|
|
910
|
+
"path": "tlsInspect.moveSection.section.access.action",
|
|
911
|
+
"requestStr": "$action:RBACAction! ",
|
|
912
|
+
"required": true,
|
|
913
|
+
"responseStr": "action:$action ",
|
|
914
|
+
"type": {
|
|
915
|
+
"definition": {
|
|
916
|
+
"description": null,
|
|
917
|
+
"enumValues": [
|
|
918
|
+
{
|
|
919
|
+
"deprecationReason": null,
|
|
920
|
+
"description": null,
|
|
921
|
+
"isDeprecated": false,
|
|
922
|
+
"name": "NONE"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"deprecationReason": null,
|
|
926
|
+
"description": null,
|
|
927
|
+
"isDeprecated": false,
|
|
928
|
+
"name": "VIEW"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"deprecationReason": null,
|
|
932
|
+
"description": null,
|
|
933
|
+
"isDeprecated": false,
|
|
934
|
+
"name": "EDIT"
|
|
935
|
+
}
|
|
936
|
+
],
|
|
937
|
+
"fields": null,
|
|
938
|
+
"inputFields": null,
|
|
939
|
+
"interfaces": null,
|
|
940
|
+
"kind": "ENUM",
|
|
941
|
+
"name": "RBACAction",
|
|
942
|
+
"possibleTypes": null
|
|
943
|
+
},
|
|
944
|
+
"indexType": "enum",
|
|
945
|
+
"kind": [
|
|
946
|
+
"NON_NULL",
|
|
947
|
+
"ENUM"
|
|
948
|
+
],
|
|
949
|
+
"name": "RBACAction",
|
|
950
|
+
"non_null": false
|
|
951
|
+
},
|
|
952
|
+
"varName": "action"
|
|
953
|
+
}
|
|
954
|
+
},
|
|
955
|
+
"inputFields": null,
|
|
956
|
+
"interfaces": [],
|
|
957
|
+
"kind": "OBJECT",
|
|
958
|
+
"name": "EntityAccess",
|
|
959
|
+
"possibleTypes": null
|
|
960
|
+
},
|
|
961
|
+
"indexType": "object",
|
|
962
|
+
"kind": [
|
|
963
|
+
"OBJECT"
|
|
964
|
+
],
|
|
965
|
+
"name": "EntityAccess",
|
|
966
|
+
"non_null": false
|
|
967
|
+
},
|
|
968
|
+
"varName": "entityAccess"
|
|
969
|
+
},
|
|
887
970
|
"audit": {
|
|
888
971
|
"args": {},
|
|
889
972
|
"deprecationReason": null,
|
|
@@ -1093,6 +1176,26 @@
|
|
|
1093
1176
|
"non_null": false
|
|
1094
1177
|
},
|
|
1095
1178
|
"varName": "name"
|
|
1179
|
+
},
|
|
1180
|
+
"subPolicyId": {
|
|
1181
|
+
"args": {},
|
|
1182
|
+
"deprecationReason": null,
|
|
1183
|
+
"description": null,
|
|
1184
|
+
"id_str": "tlsInspect___moveSection___section___section___subPolicyId",
|
|
1185
|
+
"isDeprecated": false,
|
|
1186
|
+
"name": "subPolicyId",
|
|
1187
|
+
"path": "tlsInspect.moveSection.section.section.subPolicyId",
|
|
1188
|
+
"requestStr": "$subPolicyId:ID ",
|
|
1189
|
+
"required": false,
|
|
1190
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
1191
|
+
"type": {
|
|
1192
|
+
"kind": [
|
|
1193
|
+
"SCALAR"
|
|
1194
|
+
],
|
|
1195
|
+
"name": "ID",
|
|
1196
|
+
"non_null": false
|
|
1197
|
+
},
|
|
1198
|
+
"varName": "subPolicyId"
|
|
1096
1199
|
}
|
|
1097
1200
|
},
|
|
1098
1201
|
"inputFields": null,
|