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
|
@@ -3655,6 +3655,26 @@
|
|
|
3655
3655
|
"non_null": false
|
|
3656
3656
|
},
|
|
3657
3657
|
"varName": "name"
|
|
3658
|
+
},
|
|
3659
|
+
"subPolicyId": {
|
|
3660
|
+
"args": {},
|
|
3661
|
+
"deprecationReason": null,
|
|
3662
|
+
"description": null,
|
|
3663
|
+
"id_str": "socketLan___publishPolicyRevision___policy___rules___rule___firewall___rule___section___subPolicyId",
|
|
3664
|
+
"isDeprecated": false,
|
|
3665
|
+
"name": "subPolicyId",
|
|
3666
|
+
"path": "socketLan.publishPolicyRevision.policy.rules.rule.firewall.rule.section.subPolicyId",
|
|
3667
|
+
"requestStr": "$subPolicyId:ID ",
|
|
3668
|
+
"required": false,
|
|
3669
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
3670
|
+
"type": {
|
|
3671
|
+
"kind": [
|
|
3672
|
+
"SCALAR"
|
|
3673
|
+
],
|
|
3674
|
+
"name": "ID",
|
|
3675
|
+
"non_null": false
|
|
3676
|
+
},
|
|
3677
|
+
"varName": "subPolicyId"
|
|
3658
3678
|
}
|
|
3659
3679
|
},
|
|
3660
3680
|
"inputFields": null,
|
|
@@ -5679,6 +5699,26 @@
|
|
|
5679
5699
|
"non_null": false
|
|
5680
5700
|
},
|
|
5681
5701
|
"varName": "name"
|
|
5702
|
+
},
|
|
5703
|
+
"subPolicyId": {
|
|
5704
|
+
"args": {},
|
|
5705
|
+
"deprecationReason": null,
|
|
5706
|
+
"description": null,
|
|
5707
|
+
"id_str": "socketLan___publishPolicyRevision___policy___rules___rule___section___subPolicyId",
|
|
5708
|
+
"isDeprecated": false,
|
|
5709
|
+
"name": "subPolicyId",
|
|
5710
|
+
"path": "socketLan.publishPolicyRevision.policy.rules.rule.section.subPolicyId",
|
|
5711
|
+
"requestStr": "$subPolicyId:ID ",
|
|
5712
|
+
"required": false,
|
|
5713
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
5714
|
+
"type": {
|
|
5715
|
+
"kind": [
|
|
5716
|
+
"SCALAR"
|
|
5717
|
+
],
|
|
5718
|
+
"name": "ID",
|
|
5719
|
+
"non_null": false
|
|
5720
|
+
},
|
|
5721
|
+
"varName": "subPolicyId"
|
|
5682
5722
|
}
|
|
5683
5723
|
},
|
|
5684
5724
|
"inputFields": null,
|
|
@@ -7114,6 +7154,89 @@
|
|
|
7114
7154
|
"description": null,
|
|
7115
7155
|
"enumValues": null,
|
|
7116
7156
|
"fields": {
|
|
7157
|
+
"access": {
|
|
7158
|
+
"args": {},
|
|
7159
|
+
"deprecationReason": null,
|
|
7160
|
+
"description": null,
|
|
7161
|
+
"id_str": "socketLan___publishPolicyRevision___policy___sections___access",
|
|
7162
|
+
"isDeprecated": false,
|
|
7163
|
+
"name": "access",
|
|
7164
|
+
"path": "socketLan.publishPolicyRevision.policy.sections.access",
|
|
7165
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
7166
|
+
"required": false,
|
|
7167
|
+
"responseStr": "access:$entityAccess ",
|
|
7168
|
+
"type": {
|
|
7169
|
+
"definition": {
|
|
7170
|
+
"description": null,
|
|
7171
|
+
"enumValues": null,
|
|
7172
|
+
"fields": {
|
|
7173
|
+
"action": {
|
|
7174
|
+
"args": {},
|
|
7175
|
+
"deprecationReason": null,
|
|
7176
|
+
"description": null,
|
|
7177
|
+
"id_str": "socketLan___publishPolicyRevision___policy___sections___access___action",
|
|
7178
|
+
"isDeprecated": false,
|
|
7179
|
+
"name": "action",
|
|
7180
|
+
"path": "socketLan.publishPolicyRevision.policy.sections.access.action",
|
|
7181
|
+
"requestStr": "$action:RBACAction! ",
|
|
7182
|
+
"required": true,
|
|
7183
|
+
"responseStr": "action:$action ",
|
|
7184
|
+
"type": {
|
|
7185
|
+
"definition": {
|
|
7186
|
+
"description": null,
|
|
7187
|
+
"enumValues": [
|
|
7188
|
+
{
|
|
7189
|
+
"deprecationReason": null,
|
|
7190
|
+
"description": null,
|
|
7191
|
+
"isDeprecated": false,
|
|
7192
|
+
"name": "NONE"
|
|
7193
|
+
},
|
|
7194
|
+
{
|
|
7195
|
+
"deprecationReason": null,
|
|
7196
|
+
"description": null,
|
|
7197
|
+
"isDeprecated": false,
|
|
7198
|
+
"name": "VIEW"
|
|
7199
|
+
},
|
|
7200
|
+
{
|
|
7201
|
+
"deprecationReason": null,
|
|
7202
|
+
"description": null,
|
|
7203
|
+
"isDeprecated": false,
|
|
7204
|
+
"name": "EDIT"
|
|
7205
|
+
}
|
|
7206
|
+
],
|
|
7207
|
+
"fields": null,
|
|
7208
|
+
"inputFields": null,
|
|
7209
|
+
"interfaces": null,
|
|
7210
|
+
"kind": "ENUM",
|
|
7211
|
+
"name": "RBACAction",
|
|
7212
|
+
"possibleTypes": null
|
|
7213
|
+
},
|
|
7214
|
+
"indexType": "enum",
|
|
7215
|
+
"kind": [
|
|
7216
|
+
"NON_NULL",
|
|
7217
|
+
"ENUM"
|
|
7218
|
+
],
|
|
7219
|
+
"name": "RBACAction",
|
|
7220
|
+
"non_null": false
|
|
7221
|
+
},
|
|
7222
|
+
"varName": "action"
|
|
7223
|
+
}
|
|
7224
|
+
},
|
|
7225
|
+
"inputFields": null,
|
|
7226
|
+
"interfaces": [],
|
|
7227
|
+
"kind": "OBJECT",
|
|
7228
|
+
"name": "EntityAccess",
|
|
7229
|
+
"possibleTypes": null
|
|
7230
|
+
},
|
|
7231
|
+
"indexType": "object",
|
|
7232
|
+
"kind": [
|
|
7233
|
+
"OBJECT"
|
|
7234
|
+
],
|
|
7235
|
+
"name": "EntityAccess",
|
|
7236
|
+
"non_null": false
|
|
7237
|
+
},
|
|
7238
|
+
"varName": "entityAccess"
|
|
7239
|
+
},
|
|
7117
7240
|
"audit": {
|
|
7118
7241
|
"args": {},
|
|
7119
7242
|
"deprecationReason": null,
|
|
@@ -7323,6 +7446,26 @@
|
|
|
7323
7446
|
"non_null": false
|
|
7324
7447
|
},
|
|
7325
7448
|
"varName": "name"
|
|
7449
|
+
},
|
|
7450
|
+
"subPolicyId": {
|
|
7451
|
+
"args": {},
|
|
7452
|
+
"deprecationReason": null,
|
|
7453
|
+
"description": null,
|
|
7454
|
+
"id_str": "socketLan___publishPolicyRevision___policy___sections___section___subPolicyId",
|
|
7455
|
+
"isDeprecated": false,
|
|
7456
|
+
"name": "subPolicyId",
|
|
7457
|
+
"path": "socketLan.publishPolicyRevision.policy.sections.section.subPolicyId",
|
|
7458
|
+
"requestStr": "$subPolicyId:ID ",
|
|
7459
|
+
"required": false,
|
|
7460
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
7461
|
+
"type": {
|
|
7462
|
+
"kind": [
|
|
7463
|
+
"SCALAR"
|
|
7464
|
+
],
|
|
7465
|
+
"name": "ID",
|
|
7466
|
+
"non_null": false
|
|
7467
|
+
},
|
|
7468
|
+
"varName": "subPolicyId"
|
|
7326
7469
|
}
|
|
7327
7470
|
},
|
|
7328
7471
|
"inputFields": null,
|
|
@@ -3338,6 +3338,26 @@
|
|
|
3338
3338
|
"non_null": false
|
|
3339
3339
|
},
|
|
3340
3340
|
"varName": "name"
|
|
3341
|
+
},
|
|
3342
|
+
"subPolicyId": {
|
|
3343
|
+
"args": {},
|
|
3344
|
+
"deprecationReason": null,
|
|
3345
|
+
"description": null,
|
|
3346
|
+
"id_str": "socketLan___removeRule___rule___rule___firewall___rule___section___subPolicyId",
|
|
3347
|
+
"isDeprecated": false,
|
|
3348
|
+
"name": "subPolicyId",
|
|
3349
|
+
"path": "socketLan.removeRule.rule.rule.firewall.rule.section.subPolicyId",
|
|
3350
|
+
"requestStr": "$subPolicyId:ID ",
|
|
3351
|
+
"required": false,
|
|
3352
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
3353
|
+
"type": {
|
|
3354
|
+
"kind": [
|
|
3355
|
+
"SCALAR"
|
|
3356
|
+
],
|
|
3357
|
+
"name": "ID",
|
|
3358
|
+
"non_null": false
|
|
3359
|
+
},
|
|
3360
|
+
"varName": "subPolicyId"
|
|
3341
3361
|
}
|
|
3342
3362
|
},
|
|
3343
3363
|
"inputFields": null,
|
|
@@ -5362,6 +5382,26 @@
|
|
|
5362
5382
|
"non_null": false
|
|
5363
5383
|
},
|
|
5364
5384
|
"varName": "name"
|
|
5385
|
+
},
|
|
5386
|
+
"subPolicyId": {
|
|
5387
|
+
"args": {},
|
|
5388
|
+
"deprecationReason": null,
|
|
5389
|
+
"description": null,
|
|
5390
|
+
"id_str": "socketLan___removeRule___rule___rule___section___subPolicyId",
|
|
5391
|
+
"isDeprecated": false,
|
|
5392
|
+
"name": "subPolicyId",
|
|
5393
|
+
"path": "socketLan.removeRule.rule.rule.section.subPolicyId",
|
|
5394
|
+
"requestStr": "$subPolicyId:ID ",
|
|
5395
|
+
"required": false,
|
|
5396
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
5397
|
+
"type": {
|
|
5398
|
+
"kind": [
|
|
5399
|
+
"SCALAR"
|
|
5400
|
+
],
|
|
5401
|
+
"name": "ID",
|
|
5402
|
+
"non_null": false
|
|
5403
|
+
},
|
|
5404
|
+
"varName": "subPolicyId"
|
|
5365
5405
|
}
|
|
5366
5406
|
},
|
|
5367
5407
|
"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": "socketLan___removeSection___section___access",
|
|
601
|
+
"isDeprecated": false,
|
|
602
|
+
"name": "access",
|
|
603
|
+
"path": "socketLan.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": "socketLan___removeSection___section___access___action",
|
|
617
|
+
"isDeprecated": false,
|
|
618
|
+
"name": "action",
|
|
619
|
+
"path": "socketLan.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": "socketLan___removeSection___section___section___subPolicyId",
|
|
894
|
+
"isDeprecated": false,
|
|
895
|
+
"name": "subPolicyId",
|
|
896
|
+
"path": "socketLan.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,
|
|
@@ -3676,6 +3676,26 @@
|
|
|
3676
3676
|
"non_null": false
|
|
3677
3677
|
},
|
|
3678
3678
|
"varName": "name"
|
|
3679
|
+
},
|
|
3680
|
+
"subPolicyId": {
|
|
3681
|
+
"args": {},
|
|
3682
|
+
"deprecationReason": null,
|
|
3683
|
+
"description": null,
|
|
3684
|
+
"id_str": "socketLan___updatePolicy___policy___rules___rule___firewall___rule___section___subPolicyId",
|
|
3685
|
+
"isDeprecated": false,
|
|
3686
|
+
"name": "subPolicyId",
|
|
3687
|
+
"path": "socketLan.updatePolicy.policy.rules.rule.firewall.rule.section.subPolicyId",
|
|
3688
|
+
"requestStr": "$subPolicyId:ID ",
|
|
3689
|
+
"required": false,
|
|
3690
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
3691
|
+
"type": {
|
|
3692
|
+
"kind": [
|
|
3693
|
+
"SCALAR"
|
|
3694
|
+
],
|
|
3695
|
+
"name": "ID",
|
|
3696
|
+
"non_null": false
|
|
3697
|
+
},
|
|
3698
|
+
"varName": "subPolicyId"
|
|
3679
3699
|
}
|
|
3680
3700
|
},
|
|
3681
3701
|
"inputFields": null,
|
|
@@ -5700,6 +5720,26 @@
|
|
|
5700
5720
|
"non_null": false
|
|
5701
5721
|
},
|
|
5702
5722
|
"varName": "name"
|
|
5723
|
+
},
|
|
5724
|
+
"subPolicyId": {
|
|
5725
|
+
"args": {},
|
|
5726
|
+
"deprecationReason": null,
|
|
5727
|
+
"description": null,
|
|
5728
|
+
"id_str": "socketLan___updatePolicy___policy___rules___rule___section___subPolicyId",
|
|
5729
|
+
"isDeprecated": false,
|
|
5730
|
+
"name": "subPolicyId",
|
|
5731
|
+
"path": "socketLan.updatePolicy.policy.rules.rule.section.subPolicyId",
|
|
5732
|
+
"requestStr": "$subPolicyId:ID ",
|
|
5733
|
+
"required": false,
|
|
5734
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
5735
|
+
"type": {
|
|
5736
|
+
"kind": [
|
|
5737
|
+
"SCALAR"
|
|
5738
|
+
],
|
|
5739
|
+
"name": "ID",
|
|
5740
|
+
"non_null": false
|
|
5741
|
+
},
|
|
5742
|
+
"varName": "subPolicyId"
|
|
5703
5743
|
}
|
|
5704
5744
|
},
|
|
5705
5745
|
"inputFields": null,
|
|
@@ -7135,6 +7175,89 @@
|
|
|
7135
7175
|
"description": null,
|
|
7136
7176
|
"enumValues": null,
|
|
7137
7177
|
"fields": {
|
|
7178
|
+
"access": {
|
|
7179
|
+
"args": {},
|
|
7180
|
+
"deprecationReason": null,
|
|
7181
|
+
"description": null,
|
|
7182
|
+
"id_str": "socketLan___updatePolicy___policy___sections___access",
|
|
7183
|
+
"isDeprecated": false,
|
|
7184
|
+
"name": "access",
|
|
7185
|
+
"path": "socketLan.updatePolicy.policy.sections.access",
|
|
7186
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
7187
|
+
"required": false,
|
|
7188
|
+
"responseStr": "access:$entityAccess ",
|
|
7189
|
+
"type": {
|
|
7190
|
+
"definition": {
|
|
7191
|
+
"description": null,
|
|
7192
|
+
"enumValues": null,
|
|
7193
|
+
"fields": {
|
|
7194
|
+
"action": {
|
|
7195
|
+
"args": {},
|
|
7196
|
+
"deprecationReason": null,
|
|
7197
|
+
"description": null,
|
|
7198
|
+
"id_str": "socketLan___updatePolicy___policy___sections___access___action",
|
|
7199
|
+
"isDeprecated": false,
|
|
7200
|
+
"name": "action",
|
|
7201
|
+
"path": "socketLan.updatePolicy.policy.sections.access.action",
|
|
7202
|
+
"requestStr": "$action:RBACAction! ",
|
|
7203
|
+
"required": true,
|
|
7204
|
+
"responseStr": "action:$action ",
|
|
7205
|
+
"type": {
|
|
7206
|
+
"definition": {
|
|
7207
|
+
"description": null,
|
|
7208
|
+
"enumValues": [
|
|
7209
|
+
{
|
|
7210
|
+
"deprecationReason": null,
|
|
7211
|
+
"description": null,
|
|
7212
|
+
"isDeprecated": false,
|
|
7213
|
+
"name": "NONE"
|
|
7214
|
+
},
|
|
7215
|
+
{
|
|
7216
|
+
"deprecationReason": null,
|
|
7217
|
+
"description": null,
|
|
7218
|
+
"isDeprecated": false,
|
|
7219
|
+
"name": "VIEW"
|
|
7220
|
+
},
|
|
7221
|
+
{
|
|
7222
|
+
"deprecationReason": null,
|
|
7223
|
+
"description": null,
|
|
7224
|
+
"isDeprecated": false,
|
|
7225
|
+
"name": "EDIT"
|
|
7226
|
+
}
|
|
7227
|
+
],
|
|
7228
|
+
"fields": null,
|
|
7229
|
+
"inputFields": null,
|
|
7230
|
+
"interfaces": null,
|
|
7231
|
+
"kind": "ENUM",
|
|
7232
|
+
"name": "RBACAction",
|
|
7233
|
+
"possibleTypes": null
|
|
7234
|
+
},
|
|
7235
|
+
"indexType": "enum",
|
|
7236
|
+
"kind": [
|
|
7237
|
+
"NON_NULL",
|
|
7238
|
+
"ENUM"
|
|
7239
|
+
],
|
|
7240
|
+
"name": "RBACAction",
|
|
7241
|
+
"non_null": false
|
|
7242
|
+
},
|
|
7243
|
+
"varName": "action"
|
|
7244
|
+
}
|
|
7245
|
+
},
|
|
7246
|
+
"inputFields": null,
|
|
7247
|
+
"interfaces": [],
|
|
7248
|
+
"kind": "OBJECT",
|
|
7249
|
+
"name": "EntityAccess",
|
|
7250
|
+
"possibleTypes": null
|
|
7251
|
+
},
|
|
7252
|
+
"indexType": "object",
|
|
7253
|
+
"kind": [
|
|
7254
|
+
"OBJECT"
|
|
7255
|
+
],
|
|
7256
|
+
"name": "EntityAccess",
|
|
7257
|
+
"non_null": false
|
|
7258
|
+
},
|
|
7259
|
+
"varName": "entityAccess"
|
|
7260
|
+
},
|
|
7138
7261
|
"audit": {
|
|
7139
7262
|
"args": {},
|
|
7140
7263
|
"deprecationReason": null,
|
|
@@ -7344,6 +7467,26 @@
|
|
|
7344
7467
|
"non_null": false
|
|
7345
7468
|
},
|
|
7346
7469
|
"varName": "name"
|
|
7470
|
+
},
|
|
7471
|
+
"subPolicyId": {
|
|
7472
|
+
"args": {},
|
|
7473
|
+
"deprecationReason": null,
|
|
7474
|
+
"description": null,
|
|
7475
|
+
"id_str": "socketLan___updatePolicy___policy___sections___section___subPolicyId",
|
|
7476
|
+
"isDeprecated": false,
|
|
7477
|
+
"name": "subPolicyId",
|
|
7478
|
+
"path": "socketLan.updatePolicy.policy.sections.section.subPolicyId",
|
|
7479
|
+
"requestStr": "$subPolicyId:ID ",
|
|
7480
|
+
"required": false,
|
|
7481
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
7482
|
+
"type": {
|
|
7483
|
+
"kind": [
|
|
7484
|
+
"SCALAR"
|
|
7485
|
+
],
|
|
7486
|
+
"name": "ID",
|
|
7487
|
+
"non_null": false
|
|
7488
|
+
},
|
|
7489
|
+
"varName": "subPolicyId"
|
|
7347
7490
|
}
|
|
7348
7491
|
},
|
|
7349
7492
|
"inputFields": null,
|