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
|
@@ -3664,6 +3664,26 @@
|
|
|
3664
3664
|
"non_null": false
|
|
3665
3665
|
},
|
|
3666
3666
|
"varName": "name"
|
|
3667
|
+
},
|
|
3668
|
+
"subPolicyId": {
|
|
3669
|
+
"args": {},
|
|
3670
|
+
"deprecationReason": null,
|
|
3671
|
+
"description": null,
|
|
3672
|
+
"id_str": "socketLan___createPolicyRevision___policy___rules___rule___firewall___rule___section___subPolicyId",
|
|
3673
|
+
"isDeprecated": false,
|
|
3674
|
+
"name": "subPolicyId",
|
|
3675
|
+
"path": "socketLan.createPolicyRevision.policy.rules.rule.firewall.rule.section.subPolicyId",
|
|
3676
|
+
"requestStr": "$subPolicyId:ID ",
|
|
3677
|
+
"required": false,
|
|
3678
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
3679
|
+
"type": {
|
|
3680
|
+
"kind": [
|
|
3681
|
+
"SCALAR"
|
|
3682
|
+
],
|
|
3683
|
+
"name": "ID",
|
|
3684
|
+
"non_null": false
|
|
3685
|
+
},
|
|
3686
|
+
"varName": "subPolicyId"
|
|
3667
3687
|
}
|
|
3668
3688
|
},
|
|
3669
3689
|
"inputFields": null,
|
|
@@ -5688,6 +5708,26 @@
|
|
|
5688
5708
|
"non_null": false
|
|
5689
5709
|
},
|
|
5690
5710
|
"varName": "name"
|
|
5711
|
+
},
|
|
5712
|
+
"subPolicyId": {
|
|
5713
|
+
"args": {},
|
|
5714
|
+
"deprecationReason": null,
|
|
5715
|
+
"description": null,
|
|
5716
|
+
"id_str": "socketLan___createPolicyRevision___policy___rules___rule___section___subPolicyId",
|
|
5717
|
+
"isDeprecated": false,
|
|
5718
|
+
"name": "subPolicyId",
|
|
5719
|
+
"path": "socketLan.createPolicyRevision.policy.rules.rule.section.subPolicyId",
|
|
5720
|
+
"requestStr": "$subPolicyId:ID ",
|
|
5721
|
+
"required": false,
|
|
5722
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
5723
|
+
"type": {
|
|
5724
|
+
"kind": [
|
|
5725
|
+
"SCALAR"
|
|
5726
|
+
],
|
|
5727
|
+
"name": "ID",
|
|
5728
|
+
"non_null": false
|
|
5729
|
+
},
|
|
5730
|
+
"varName": "subPolicyId"
|
|
5691
5731
|
}
|
|
5692
5732
|
},
|
|
5693
5733
|
"inputFields": null,
|
|
@@ -7123,6 +7163,89 @@
|
|
|
7123
7163
|
"description": null,
|
|
7124
7164
|
"enumValues": null,
|
|
7125
7165
|
"fields": {
|
|
7166
|
+
"access": {
|
|
7167
|
+
"args": {},
|
|
7168
|
+
"deprecationReason": null,
|
|
7169
|
+
"description": null,
|
|
7170
|
+
"id_str": "socketLan___createPolicyRevision___policy___sections___access",
|
|
7171
|
+
"isDeprecated": false,
|
|
7172
|
+
"name": "access",
|
|
7173
|
+
"path": "socketLan.createPolicyRevision.policy.sections.access",
|
|
7174
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
7175
|
+
"required": false,
|
|
7176
|
+
"responseStr": "access:$entityAccess ",
|
|
7177
|
+
"type": {
|
|
7178
|
+
"definition": {
|
|
7179
|
+
"description": null,
|
|
7180
|
+
"enumValues": null,
|
|
7181
|
+
"fields": {
|
|
7182
|
+
"action": {
|
|
7183
|
+
"args": {},
|
|
7184
|
+
"deprecationReason": null,
|
|
7185
|
+
"description": null,
|
|
7186
|
+
"id_str": "socketLan___createPolicyRevision___policy___sections___access___action",
|
|
7187
|
+
"isDeprecated": false,
|
|
7188
|
+
"name": "action",
|
|
7189
|
+
"path": "socketLan.createPolicyRevision.policy.sections.access.action",
|
|
7190
|
+
"requestStr": "$action:RBACAction! ",
|
|
7191
|
+
"required": true,
|
|
7192
|
+
"responseStr": "action:$action ",
|
|
7193
|
+
"type": {
|
|
7194
|
+
"definition": {
|
|
7195
|
+
"description": null,
|
|
7196
|
+
"enumValues": [
|
|
7197
|
+
{
|
|
7198
|
+
"deprecationReason": null,
|
|
7199
|
+
"description": null,
|
|
7200
|
+
"isDeprecated": false,
|
|
7201
|
+
"name": "NONE"
|
|
7202
|
+
},
|
|
7203
|
+
{
|
|
7204
|
+
"deprecationReason": null,
|
|
7205
|
+
"description": null,
|
|
7206
|
+
"isDeprecated": false,
|
|
7207
|
+
"name": "VIEW"
|
|
7208
|
+
},
|
|
7209
|
+
{
|
|
7210
|
+
"deprecationReason": null,
|
|
7211
|
+
"description": null,
|
|
7212
|
+
"isDeprecated": false,
|
|
7213
|
+
"name": "EDIT"
|
|
7214
|
+
}
|
|
7215
|
+
],
|
|
7216
|
+
"fields": null,
|
|
7217
|
+
"inputFields": null,
|
|
7218
|
+
"interfaces": null,
|
|
7219
|
+
"kind": "ENUM",
|
|
7220
|
+
"name": "RBACAction",
|
|
7221
|
+
"possibleTypes": null
|
|
7222
|
+
},
|
|
7223
|
+
"indexType": "enum",
|
|
7224
|
+
"kind": [
|
|
7225
|
+
"NON_NULL",
|
|
7226
|
+
"ENUM"
|
|
7227
|
+
],
|
|
7228
|
+
"name": "RBACAction",
|
|
7229
|
+
"non_null": false
|
|
7230
|
+
},
|
|
7231
|
+
"varName": "action"
|
|
7232
|
+
}
|
|
7233
|
+
},
|
|
7234
|
+
"inputFields": null,
|
|
7235
|
+
"interfaces": [],
|
|
7236
|
+
"kind": "OBJECT",
|
|
7237
|
+
"name": "EntityAccess",
|
|
7238
|
+
"possibleTypes": null
|
|
7239
|
+
},
|
|
7240
|
+
"indexType": "object",
|
|
7241
|
+
"kind": [
|
|
7242
|
+
"OBJECT"
|
|
7243
|
+
],
|
|
7244
|
+
"name": "EntityAccess",
|
|
7245
|
+
"non_null": false
|
|
7246
|
+
},
|
|
7247
|
+
"varName": "entityAccess"
|
|
7248
|
+
},
|
|
7126
7249
|
"audit": {
|
|
7127
7250
|
"args": {},
|
|
7128
7251
|
"deprecationReason": null,
|
|
@@ -7332,6 +7455,26 @@
|
|
|
7332
7455
|
"non_null": false
|
|
7333
7456
|
},
|
|
7334
7457
|
"varName": "name"
|
|
7458
|
+
},
|
|
7459
|
+
"subPolicyId": {
|
|
7460
|
+
"args": {},
|
|
7461
|
+
"deprecationReason": null,
|
|
7462
|
+
"description": null,
|
|
7463
|
+
"id_str": "socketLan___createPolicyRevision___policy___sections___section___subPolicyId",
|
|
7464
|
+
"isDeprecated": false,
|
|
7465
|
+
"name": "subPolicyId",
|
|
7466
|
+
"path": "socketLan.createPolicyRevision.policy.sections.section.subPolicyId",
|
|
7467
|
+
"requestStr": "$subPolicyId:ID ",
|
|
7468
|
+
"required": false,
|
|
7469
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
7470
|
+
"type": {
|
|
7471
|
+
"kind": [
|
|
7472
|
+
"SCALAR"
|
|
7473
|
+
],
|
|
7474
|
+
"name": "ID",
|
|
7475
|
+
"non_null": false
|
|
7476
|
+
},
|
|
7477
|
+
"varName": "subPolicyId"
|
|
7335
7478
|
}
|
|
7336
7479
|
},
|
|
7337
7480
|
"inputFields": null,
|
|
@@ -3601,6 +3601,26 @@
|
|
|
3601
3601
|
"non_null": false
|
|
3602
3602
|
},
|
|
3603
3603
|
"varName": "name"
|
|
3604
|
+
},
|
|
3605
|
+
"subPolicyId": {
|
|
3606
|
+
"args": {},
|
|
3607
|
+
"deprecationReason": null,
|
|
3608
|
+
"description": null,
|
|
3609
|
+
"id_str": "socketLan___discardPolicyRevision___policy___rules___rule___firewall___rule___section___subPolicyId",
|
|
3610
|
+
"isDeprecated": false,
|
|
3611
|
+
"name": "subPolicyId",
|
|
3612
|
+
"path": "socketLan.discardPolicyRevision.policy.rules.rule.firewall.rule.section.subPolicyId",
|
|
3613
|
+
"requestStr": "$subPolicyId:ID ",
|
|
3614
|
+
"required": false,
|
|
3615
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
3616
|
+
"type": {
|
|
3617
|
+
"kind": [
|
|
3618
|
+
"SCALAR"
|
|
3619
|
+
],
|
|
3620
|
+
"name": "ID",
|
|
3621
|
+
"non_null": false
|
|
3622
|
+
},
|
|
3623
|
+
"varName": "subPolicyId"
|
|
3604
3624
|
}
|
|
3605
3625
|
},
|
|
3606
3626
|
"inputFields": null,
|
|
@@ -5625,6 +5645,26 @@
|
|
|
5625
5645
|
"non_null": false
|
|
5626
5646
|
},
|
|
5627
5647
|
"varName": "name"
|
|
5648
|
+
},
|
|
5649
|
+
"subPolicyId": {
|
|
5650
|
+
"args": {},
|
|
5651
|
+
"deprecationReason": null,
|
|
5652
|
+
"description": null,
|
|
5653
|
+
"id_str": "socketLan___discardPolicyRevision___policy___rules___rule___section___subPolicyId",
|
|
5654
|
+
"isDeprecated": false,
|
|
5655
|
+
"name": "subPolicyId",
|
|
5656
|
+
"path": "socketLan.discardPolicyRevision.policy.rules.rule.section.subPolicyId",
|
|
5657
|
+
"requestStr": "$subPolicyId:ID ",
|
|
5658
|
+
"required": false,
|
|
5659
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
5660
|
+
"type": {
|
|
5661
|
+
"kind": [
|
|
5662
|
+
"SCALAR"
|
|
5663
|
+
],
|
|
5664
|
+
"name": "ID",
|
|
5665
|
+
"non_null": false
|
|
5666
|
+
},
|
|
5667
|
+
"varName": "subPolicyId"
|
|
5628
5668
|
}
|
|
5629
5669
|
},
|
|
5630
5670
|
"inputFields": null,
|
|
@@ -7060,6 +7100,89 @@
|
|
|
7060
7100
|
"description": null,
|
|
7061
7101
|
"enumValues": null,
|
|
7062
7102
|
"fields": {
|
|
7103
|
+
"access": {
|
|
7104
|
+
"args": {},
|
|
7105
|
+
"deprecationReason": null,
|
|
7106
|
+
"description": null,
|
|
7107
|
+
"id_str": "socketLan___discardPolicyRevision___policy___sections___access",
|
|
7108
|
+
"isDeprecated": false,
|
|
7109
|
+
"name": "access",
|
|
7110
|
+
"path": "socketLan.discardPolicyRevision.policy.sections.access",
|
|
7111
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
7112
|
+
"required": false,
|
|
7113
|
+
"responseStr": "access:$entityAccess ",
|
|
7114
|
+
"type": {
|
|
7115
|
+
"definition": {
|
|
7116
|
+
"description": null,
|
|
7117
|
+
"enumValues": null,
|
|
7118
|
+
"fields": {
|
|
7119
|
+
"action": {
|
|
7120
|
+
"args": {},
|
|
7121
|
+
"deprecationReason": null,
|
|
7122
|
+
"description": null,
|
|
7123
|
+
"id_str": "socketLan___discardPolicyRevision___policy___sections___access___action",
|
|
7124
|
+
"isDeprecated": false,
|
|
7125
|
+
"name": "action",
|
|
7126
|
+
"path": "socketLan.discardPolicyRevision.policy.sections.access.action",
|
|
7127
|
+
"requestStr": "$action:RBACAction! ",
|
|
7128
|
+
"required": true,
|
|
7129
|
+
"responseStr": "action:$action ",
|
|
7130
|
+
"type": {
|
|
7131
|
+
"definition": {
|
|
7132
|
+
"description": null,
|
|
7133
|
+
"enumValues": [
|
|
7134
|
+
{
|
|
7135
|
+
"deprecationReason": null,
|
|
7136
|
+
"description": null,
|
|
7137
|
+
"isDeprecated": false,
|
|
7138
|
+
"name": "NONE"
|
|
7139
|
+
},
|
|
7140
|
+
{
|
|
7141
|
+
"deprecationReason": null,
|
|
7142
|
+
"description": null,
|
|
7143
|
+
"isDeprecated": false,
|
|
7144
|
+
"name": "VIEW"
|
|
7145
|
+
},
|
|
7146
|
+
{
|
|
7147
|
+
"deprecationReason": null,
|
|
7148
|
+
"description": null,
|
|
7149
|
+
"isDeprecated": false,
|
|
7150
|
+
"name": "EDIT"
|
|
7151
|
+
}
|
|
7152
|
+
],
|
|
7153
|
+
"fields": null,
|
|
7154
|
+
"inputFields": null,
|
|
7155
|
+
"interfaces": null,
|
|
7156
|
+
"kind": "ENUM",
|
|
7157
|
+
"name": "RBACAction",
|
|
7158
|
+
"possibleTypes": null
|
|
7159
|
+
},
|
|
7160
|
+
"indexType": "enum",
|
|
7161
|
+
"kind": [
|
|
7162
|
+
"NON_NULL",
|
|
7163
|
+
"ENUM"
|
|
7164
|
+
],
|
|
7165
|
+
"name": "RBACAction",
|
|
7166
|
+
"non_null": false
|
|
7167
|
+
},
|
|
7168
|
+
"varName": "action"
|
|
7169
|
+
}
|
|
7170
|
+
},
|
|
7171
|
+
"inputFields": null,
|
|
7172
|
+
"interfaces": [],
|
|
7173
|
+
"kind": "OBJECT",
|
|
7174
|
+
"name": "EntityAccess",
|
|
7175
|
+
"possibleTypes": null
|
|
7176
|
+
},
|
|
7177
|
+
"indexType": "object",
|
|
7178
|
+
"kind": [
|
|
7179
|
+
"OBJECT"
|
|
7180
|
+
],
|
|
7181
|
+
"name": "EntityAccess",
|
|
7182
|
+
"non_null": false
|
|
7183
|
+
},
|
|
7184
|
+
"varName": "entityAccess"
|
|
7185
|
+
},
|
|
7063
7186
|
"audit": {
|
|
7064
7187
|
"args": {},
|
|
7065
7188
|
"deprecationReason": null,
|
|
@@ -7269,6 +7392,26 @@
|
|
|
7269
7392
|
"non_null": false
|
|
7270
7393
|
},
|
|
7271
7394
|
"varName": "name"
|
|
7395
|
+
},
|
|
7396
|
+
"subPolicyId": {
|
|
7397
|
+
"args": {},
|
|
7398
|
+
"deprecationReason": null,
|
|
7399
|
+
"description": null,
|
|
7400
|
+
"id_str": "socketLan___discardPolicyRevision___policy___sections___section___subPolicyId",
|
|
7401
|
+
"isDeprecated": false,
|
|
7402
|
+
"name": "subPolicyId",
|
|
7403
|
+
"path": "socketLan.discardPolicyRevision.policy.sections.section.subPolicyId",
|
|
7404
|
+
"requestStr": "$subPolicyId:ID ",
|
|
7405
|
+
"required": false,
|
|
7406
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
7407
|
+
"type": {
|
|
7408
|
+
"kind": [
|
|
7409
|
+
"SCALAR"
|
|
7410
|
+
],
|
|
7411
|
+
"name": "ID",
|
|
7412
|
+
"non_null": false
|
|
7413
|
+
},
|
|
7414
|
+
"varName": "subPolicyId"
|
|
7272
7415
|
}
|
|
7273
7416
|
},
|
|
7274
7417
|
"inputFields": null,
|
|
@@ -3680,6 +3680,26 @@
|
|
|
3680
3680
|
"non_null": false
|
|
3681
3681
|
},
|
|
3682
3682
|
"varName": "name"
|
|
3683
|
+
},
|
|
3684
|
+
"subPolicyId": {
|
|
3685
|
+
"args": {},
|
|
3686
|
+
"deprecationReason": null,
|
|
3687
|
+
"description": null,
|
|
3688
|
+
"id_str": "socketLan___moveRule___rule___rule___firewall___rule___section___subPolicyId",
|
|
3689
|
+
"isDeprecated": false,
|
|
3690
|
+
"name": "subPolicyId",
|
|
3691
|
+
"path": "socketLan.moveRule.rule.rule.firewall.rule.section.subPolicyId",
|
|
3692
|
+
"requestStr": "$subPolicyId:ID ",
|
|
3693
|
+
"required": false,
|
|
3694
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
3695
|
+
"type": {
|
|
3696
|
+
"kind": [
|
|
3697
|
+
"SCALAR"
|
|
3698
|
+
],
|
|
3699
|
+
"name": "ID",
|
|
3700
|
+
"non_null": false
|
|
3701
|
+
},
|
|
3702
|
+
"varName": "subPolicyId"
|
|
3683
3703
|
}
|
|
3684
3704
|
},
|
|
3685
3705
|
"inputFields": null,
|
|
@@ -5704,6 +5724,26 @@
|
|
|
5704
5724
|
"non_null": false
|
|
5705
5725
|
},
|
|
5706
5726
|
"varName": "name"
|
|
5727
|
+
},
|
|
5728
|
+
"subPolicyId": {
|
|
5729
|
+
"args": {},
|
|
5730
|
+
"deprecationReason": null,
|
|
5731
|
+
"description": null,
|
|
5732
|
+
"id_str": "socketLan___moveRule___rule___rule___section___subPolicyId",
|
|
5733
|
+
"isDeprecated": false,
|
|
5734
|
+
"name": "subPolicyId",
|
|
5735
|
+
"path": "socketLan.moveRule.rule.rule.section.subPolicyId",
|
|
5736
|
+
"requestStr": "$subPolicyId:ID ",
|
|
5737
|
+
"required": false,
|
|
5738
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
5739
|
+
"type": {
|
|
5740
|
+
"kind": [
|
|
5741
|
+
"SCALAR"
|
|
5742
|
+
],
|
|
5743
|
+
"name": "ID",
|
|
5744
|
+
"non_null": false
|
|
5745
|
+
},
|
|
5746
|
+
"varName": "subPolicyId"
|
|
5707
5747
|
}
|
|
5708
5748
|
},
|
|
5709
5749
|
"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": "socketLan___moveSection___section___access",
|
|
892
|
+
"isDeprecated": false,
|
|
893
|
+
"name": "access",
|
|
894
|
+
"path": "socketLan.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": "socketLan___moveSection___section___access___action",
|
|
908
|
+
"isDeprecated": false,
|
|
909
|
+
"name": "action",
|
|
910
|
+
"path": "socketLan.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": "socketLan___moveSection___section___section___subPolicyId",
|
|
1185
|
+
"isDeprecated": false,
|
|
1186
|
+
"name": "subPolicyId",
|
|
1187
|
+
"path": "socketLan.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,
|