catocli 2.0.5__py3-none-any.whl → 2.1.0__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 +10 -0
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +18 -1
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
- catocli/parsers/mutation_groups/README.md +7 -0
- catocli/parsers/mutation_groups/__init__.py +48 -0
- catocli/parsers/mutation_groups_createGroup/README.md +18 -0
- catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
- catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
- catocli/parsers/mutation_site/__init__.py +104 -0
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +104 -0
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/parserApiClient.py +17 -8
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_groups/README.md +7 -0
- catocli/parsers/query_groups/__init__.py +54 -0
- catocli/parsers/query_groups_group/README.md +7 -0
- catocli/parsers/query_groups_groupList/README.md +18 -0
- catocli/parsers/query_groups_group_members/README.md +18 -0
- catocli/parsers/query_groups_whereUsed/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/__init__.py +26 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_socketPortMetrics/README.md +23 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/RECORD +249 -297
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -2
- models/mutation.accountManagement.addAccount.json +97 -0
- models/mutation.accountManagement.disableAccount.json +545 -0
- models/mutation.accountManagement.removeAccount.json +102 -3
- models/mutation.accountManagement.updateAccount.json +97 -0
- models/mutation.admin.addAdmin.json +6 -9
- models/mutation.container.delete.json +2 -2
- models/mutation.container.fqdn.addValues.json +3 -3
- models/mutation.container.fqdn.createFromFile.json +3 -3
- models/mutation.container.fqdn.removeValues.json +3 -3
- models/mutation.container.fqdn.updateFromFile.json +3 -3
- models/mutation.container.ipAddressRange.addValues.json +3 -3
- models/mutation.container.ipAddressRange.createFromFile.json +3 -3
- models/mutation.container.ipAddressRange.removeValues.json +3 -3
- models/mutation.container.ipAddressRange.updateFromFile.json +3 -3
- models/mutation.groups.createGroup.json +3178 -0
- models/mutation.groups.deleteGroup.json +2758 -0
- models/mutation.groups.updateGroup.json +4429 -0
- models/mutation.hardware.updateHardwareShipping.json +30 -10
- models/mutation.policy.appTenantRestriction.addRule.json +33 -33
- models/mutation.policy.appTenantRestriction.addSection.json +4 -4
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.moveRule.json +27 -27
- models/mutation.policy.appTenantRestriction.moveSection.json +4 -4
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.removeRule.json +27 -27
- models/mutation.policy.appTenantRestriction.removeSection.json +4 -4
- models/mutation.policy.appTenantRestriction.updatePolicy.json +33 -33
- models/mutation.policy.appTenantRestriction.updateRule.json +33 -33
- models/mutation.policy.appTenantRestriction.updateSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.addRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.addSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.moveRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.removeRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.removeSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +18 -18
- models/mutation.policy.dynamicIpAllocation.updateRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.updateSection.json +4 -4
- models/mutation.policy.internetFirewall.addRule.json +141 -141
- models/mutation.policy.internetFirewall.addSection.json +4 -4
- models/mutation.policy.internetFirewall.createPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.moveRule.json +96 -96
- models/mutation.policy.internetFirewall.moveSection.json +4 -4
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.removeRule.json +96 -96
- models/mutation.policy.internetFirewall.removeSection.json +4 -4
- models/mutation.policy.internetFirewall.updatePolicy.json +102 -102
- models/mutation.policy.internetFirewall.updateRule.json +141 -141
- models/mutation.policy.internetFirewall.updateSection.json +4 -4
- models/mutation.policy.remotePortFwd.addRule.json +21 -21
- models/mutation.policy.remotePortFwd.addSection.json +4 -4
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.moveRule.json +18 -18
- models/mutation.policy.remotePortFwd.moveSection.json +4 -4
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.removeRule.json +18 -18
- models/mutation.policy.remotePortFwd.removeSection.json +4 -4
- models/mutation.policy.remotePortFwd.updatePolicy.json +24 -24
- models/mutation.policy.remotePortFwd.updateRule.json +21 -21
- models/mutation.policy.remotePortFwd.updateSection.json +4 -4
- models/mutation.policy.socketLan.addRule.json +97 -97
- models/mutation.policy.socketLan.addSection.json +4 -4
- models/mutation.policy.socketLan.createPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.discardPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.moveRule.json +85 -85
- models/mutation.policy.socketLan.moveSection.json +4 -4
- models/mutation.policy.socketLan.publishPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.removeRule.json +85 -85
- models/mutation.policy.socketLan.removeSection.json +4 -4
- models/mutation.policy.socketLan.updatePolicy.json +91 -91
- models/mutation.policy.socketLan.updateRule.json +97 -97
- models/mutation.policy.socketLan.updateSection.json +4 -4
- models/mutation.policy.terminalServer.addRule.json +7 -7
- models/mutation.policy.terminalServer.addSection.json +4 -4
- models/mutation.policy.terminalServer.createPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.discardPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.moveRule.json +7 -7
- models/mutation.policy.terminalServer.moveSection.json +4 -4
- models/mutation.policy.terminalServer.publishPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.removeRule.json +7 -7
- models/mutation.policy.terminalServer.removeSection.json +4 -4
- models/mutation.policy.terminalServer.updatePolicy.json +13 -13
- models/mutation.policy.terminalServer.updateRule.json +7 -7
- models/mutation.policy.terminalServer.updateSection.json +4 -4
- models/mutation.policy.wanFirewall.addRule.json +157 -157
- models/mutation.policy.wanFirewall.addSection.json +4 -4
- models/mutation.policy.wanFirewall.createPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.moveRule.json +115 -115
- models/mutation.policy.wanFirewall.moveSection.json +4 -4
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.removeRule.json +115 -115
- models/mutation.policy.wanFirewall.removeSection.json +4 -4
- models/mutation.policy.wanFirewall.updatePolicy.json +121 -121
- models/mutation.policy.wanFirewall.updateRule.json +157 -157
- models/mutation.policy.wanFirewall.updateSection.json +4 -4
- models/mutation.policy.wanNetwork.addRule.json +103 -103
- models/mutation.policy.wanNetwork.addSection.json +4 -4
- models/mutation.policy.wanNetwork.createPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.moveRule.json +91 -91
- models/mutation.policy.wanNetwork.moveSection.json +4 -4
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.removeRule.json +91 -91
- models/mutation.policy.wanNetwork.removeSection.json +4 -4
- models/mutation.policy.wanNetwork.updatePolicy.json +97 -97
- models/mutation.policy.wanNetwork.updateRule.json +103 -103
- models/mutation.policy.wanNetwork.updateSection.json +4 -4
- models/mutation.site.addBgpPeer.json +10 -10
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addSocketAddOnCard.json +2 -2
- models/mutation.site.assignSiteBwLicense.json +12879 -0
- models/mutation.site.removeBgpPeer.json +10 -10
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.site.removeSiteBwLicense.json +12822 -0
- models/mutation.site.removeSocketAddOnCard.json +2 -2
- models/mutation.site.replaceSiteBwLicense.json +12939 -0
- models/mutation.site.startSiteUpgrade.json +36 -15
- models/mutation.site.updateBgpPeer.json +10 -10
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.site.updateSiteBwLicense.json +12882 -0
- models/mutation.site.updateSiteGeneralDetails.json +724 -1
- models/mutation.sites.addBgpPeer.json +10 -10
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addSocketAddOnCard.json +2 -2
- models/mutation.sites.assignSiteBwLicense.json +12879 -0
- models/mutation.sites.removeBgpPeer.json +10 -10
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.sites.removeSiteBwLicense.json +12822 -0
- models/mutation.sites.removeSocketAddOnCard.json +2 -2
- models/mutation.sites.replaceSiteBwLicense.json +12939 -0
- models/mutation.sites.startSiteUpgrade.json +36 -15
- models/mutation.sites.updateBgpPeer.json +10 -10
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.sites.updateSiteBwLicense.json +12882 -0
- models/mutation.sites.updateSiteGeneralDetails.json +724 -1
- models/mutation.xdr.addStoryComment.json +1 -1
- models/mutation.xdr.analystFeedback.json +84 -84
- models/mutation.xdr.deleteStoryComment.json +1 -1
- models/query.accountManagement.json +97 -0
- models/query.accountMetrics.json +45 -45
- models/query.accountSnapshot.json +30 -30
- models/query.admin.json +6 -6
- models/query.admins.json +13 -13
- models/query.appStats.json +915 -867
- models/query.appStatsTimeSeries.json +692 -656
- models/query.auditFeed.json +6 -6
- models/query.catalogs.json +52 -52
- models/query.container.json +16 -16
- models/query.devices.json +20 -93
- models/query.entityLookup.json +2 -2
- models/query.events.json +288 -384
- models/query.eventsFeed.json +73 -97
- models/query.eventsTimeSeries.json +219 -291
- models/query.groups.group.members.json +3058 -0
- models/query.groups.groupList.json +6474 -0
- models/query.groups.whereUsed.json +697 -0
- models/query.hardware.json +27 -7
- models/query.hardwareManagement.json +8 -8
- models/query.licensing.json +3487 -1324
- models/query.policy.appTenantRestriction.policy.json +32 -32
- models/query.policy.dynamicIpAllocation.policy.json +18 -18
- models/query.policy.internetFirewall.policy.json +93 -93
- models/query.policy.remotePortFwd.policy.json +23 -23
- models/query.policy.socketLan.policy.json +88 -88
- models/query.policy.terminalServer.policy.json +13 -13
- models/query.policy.wanFirewall.policy.json +111 -111
- models/query.policy.wanNetwork.policy.json +97 -97
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.bgpPeer.json +4 -4
- models/query.site.bgpPeerList.json +10 -10
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +2 -2
- models/query.socketPortMetrics.json +2410 -0
- models/query.socketPortMetricsTimeSeries.json +2361 -0
- models/query.xdr.stories.json +104 -104
- models/query.xdr.story.json +93 -93
- schema/catolib.py +21 -12
- build/lib/catocli/Utils/clidriver.py +0 -268
- build/lib/catocli/Utils/profile_manager.py +0 -188
- build/lib/catocli/Utils/version_checker.py +0 -192
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/configure/__init__.py +0 -115
- build/lib/catocli/parsers/configure/configure.py +0 -307
- build/lib/catocli/parsers/custom/__init__.py +0 -57
- build/lib/catocli/parsers/custom/customLib.py +0 -561
- build/lib/catocli/parsers/custom/export_rules/__init__.py +0 -42
- build/lib/catocli/parsers/custom/export_rules/export_rules.py +0 -234
- build/lib/catocli/parsers/custom/export_sites/__init__.py +0 -21
- build/lib/catocli/parsers/custom/export_sites/export_sites.py +0 -372
- build/lib/catocli/parsers/custom/import_rules_to_tf/__init__.py +0 -58
- build/lib/catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +0 -451
- build/lib/catocli/parsers/custom/import_sites_to_tf/__init__.py +0 -45
- build/lib/catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +0 -891
- build/lib/catocli/parsers/mutation_accountManagement/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -138
- build/lib/catocli/parsers/mutation_hardware/__init__.py +0 -22
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -1305
- build/lib/catocli/parsers/mutation_sandbox/__init__.py +0 -35
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_xdr/__init__.py +0 -48
- build/lib/catocli/parsers/parserApiClient.py +0 -513
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -16
- build/lib/catocli/parsers/query_admin/__init__.py +0 -16
- build/lib/catocli/parsers/query_admins/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_catalogs/__init__.py +0 -16
- build/lib/catocli/parsers/query_container/__init__.py +0 -16
- build/lib/catocli/parsers/query_devices/__init__.py +0 -16
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -16
- build/lib/catocli/parsers/query_events/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardware/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -16
- build/lib/catocli/parsers/query_policy/__init__.py +0 -161
- build/lib/catocli/parsers/query_sandbox/__init__.py +0 -16
- build/lib/catocli/parsers/query_site/__init__.py +0 -100
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -13
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -16
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -35
- build/lib/catocli/parsers/raw/__init__.py +0 -12
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -84
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -409
- build/lib/graphql_client/configuration.py +0 -232
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1141
- build/lib/schema/importSchema.py +0 -60
- build/lib/schema/remove_policyid.py +0 -89
- build/lib/schema/remove_policyid_mutations.py +0 -89
- build/lib/scripts/catolib.py +0 -62
- build/lib/scripts/export_if_rules_to_json.py +0 -188
- build/lib/scripts/export_wf_rules_to_json.py +0 -111
- build/lib/scripts/import_wf_rules_to_tfstate.py +0 -331
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
models/query.auditFeed.json
CHANGED
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
"varName": "id"
|
|
804
804
|
},
|
|
805
805
|
"records": {
|
|
806
|
-
"alias": "
|
|
806
|
+
"alias": "recordsAuditFeedAccountRecords: records",
|
|
807
807
|
"args": {
|
|
808
808
|
"records___fieldNames": {
|
|
809
809
|
"defaultValue": null,
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
"enumValues": null,
|
|
926
926
|
"fields": {
|
|
927
927
|
"account": {
|
|
928
|
-
"alias": "
|
|
928
|
+
"alias": "accountAuditRecord: account",
|
|
929
929
|
"args": {},
|
|
930
930
|
"deprecationReason": null,
|
|
931
931
|
"description": null,
|
|
@@ -1020,7 +1020,7 @@
|
|
|
1020
1020
|
"varName": "name"
|
|
1021
1021
|
},
|
|
1022
1022
|
"type": {
|
|
1023
|
-
"alias": "
|
|
1023
|
+
"alias": "typeEntity: type",
|
|
1024
1024
|
"args": {},
|
|
1025
1025
|
"deprecationReason": null,
|
|
1026
1026
|
"description": null,
|
|
@@ -1252,7 +1252,7 @@
|
|
|
1252
1252
|
"varName": "entityInfo"
|
|
1253
1253
|
},
|
|
1254
1254
|
"admin": {
|
|
1255
|
-
"alias": "
|
|
1255
|
+
"alias": "adminAuditRecord: admin",
|
|
1256
1256
|
"args": {},
|
|
1257
1257
|
"deprecationReason": null,
|
|
1258
1258
|
"description": null,
|
|
@@ -1503,7 +1503,7 @@
|
|
|
1503
1503
|
"varName": "entity"
|
|
1504
1504
|
},
|
|
1505
1505
|
"apiKey": {
|
|
1506
|
-
"alias": "
|
|
1506
|
+
"alias": "apiKeyAuditRecord: apiKey",
|
|
1507
1507
|
"args": {},
|
|
1508
1508
|
"deprecationReason": null,
|
|
1509
1509
|
"description": null,
|
|
@@ -1777,7 +1777,7 @@
|
|
|
1777
1777
|
"varName": "flatFields"
|
|
1778
1778
|
},
|
|
1779
1779
|
"object": {
|
|
1780
|
-
"alias": "
|
|
1780
|
+
"alias": "objectAuditRecord: object",
|
|
1781
1781
|
"args": {},
|
|
1782
1782
|
"deprecationReason": null,
|
|
1783
1783
|
"description": null,
|
models/query.catalogs.json
CHANGED
|
@@ -2757,7 +2757,7 @@
|
|
|
2757
2757
|
"enumValues": null,
|
|
2758
2758
|
"fields": {
|
|
2759
2759
|
"fields": {
|
|
2760
|
-
"alias": "
|
|
2760
|
+
"alias": "fieldsCatalogApplicationActivity: fields",
|
|
2761
2761
|
"args": {},
|
|
2762
2762
|
"deprecationReason": null,
|
|
2763
2763
|
"description": null,
|
|
@@ -2816,7 +2816,7 @@
|
|
|
2816
2816
|
"varName": "name"
|
|
2817
2817
|
},
|
|
2818
2818
|
"possibleOperators": {
|
|
2819
|
-
"alias": "
|
|
2819
|
+
"alias": "possibleOperatorsCatalogApplicationActivityField: possibleOperators",
|
|
2820
2820
|
"args": {},
|
|
2821
2821
|
"deprecationReason": null,
|
|
2822
2822
|
"description": null,
|
|
@@ -3181,7 +3181,7 @@
|
|
|
3181
3181
|
"enumValues": null,
|
|
3182
3182
|
"fields": {
|
|
3183
3183
|
"hippa": {
|
|
3184
|
-
"alias": "
|
|
3184
|
+
"alias": "hippaCatalogApplicationComplianceAttributes: hippa",
|
|
3185
3185
|
"args": {},
|
|
3186
3186
|
"deprecationReason": null,
|
|
3187
3187
|
"description": null,
|
|
@@ -3233,7 +3233,7 @@
|
|
|
3233
3233
|
"varName": "hippa"
|
|
3234
3234
|
},
|
|
3235
3235
|
"isae3402": {
|
|
3236
|
-
"alias": "
|
|
3236
|
+
"alias": "isae3402CatalogApplicationComplianceAttributes: isae3402",
|
|
3237
3237
|
"args": {},
|
|
3238
3238
|
"deprecationReason": null,
|
|
3239
3239
|
"description": null,
|
|
@@ -3285,7 +3285,7 @@
|
|
|
3285
3285
|
"varName": "isae3402"
|
|
3286
3286
|
},
|
|
3287
3287
|
"iso27001": {
|
|
3288
|
-
"alias": "
|
|
3288
|
+
"alias": "iso27001CatalogApplicationComplianceAttributes: iso27001",
|
|
3289
3289
|
"args": {},
|
|
3290
3290
|
"deprecationReason": null,
|
|
3291
3291
|
"description": null,
|
|
@@ -3337,7 +3337,7 @@
|
|
|
3337
3337
|
"varName": "iso27001"
|
|
3338
3338
|
},
|
|
3339
3339
|
"pciDss": {
|
|
3340
|
-
"alias": "
|
|
3340
|
+
"alias": "pciDssCatalogApplicationComplianceAttributes: pciDss",
|
|
3341
3341
|
"args": {},
|
|
3342
3342
|
"deprecationReason": null,
|
|
3343
3343
|
"description": null,
|
|
@@ -3389,7 +3389,7 @@
|
|
|
3389
3389
|
"varName": "pciDss"
|
|
3390
3390
|
},
|
|
3391
3391
|
"soc1": {
|
|
3392
|
-
"alias": "
|
|
3392
|
+
"alias": "soc1CatalogApplicationComplianceAttributes: soc1",
|
|
3393
3393
|
"args": {},
|
|
3394
3394
|
"deprecationReason": null,
|
|
3395
3395
|
"description": null,
|
|
@@ -3441,7 +3441,7 @@
|
|
|
3441
3441
|
"varName": "soc1"
|
|
3442
3442
|
},
|
|
3443
3443
|
"soc2": {
|
|
3444
|
-
"alias": "
|
|
3444
|
+
"alias": "soc2CatalogApplicationComplianceAttributes: soc2",
|
|
3445
3445
|
"args": {},
|
|
3446
3446
|
"deprecationReason": null,
|
|
3447
3447
|
"description": null,
|
|
@@ -3493,7 +3493,7 @@
|
|
|
3493
3493
|
"varName": "soc2"
|
|
3494
3494
|
},
|
|
3495
3495
|
"soc3": {
|
|
3496
|
-
"alias": "
|
|
3496
|
+
"alias": "soc3CatalogApplicationComplianceAttributes: soc3",
|
|
3497
3497
|
"args": {},
|
|
3498
3498
|
"deprecationReason": null,
|
|
3499
3499
|
"description": null,
|
|
@@ -3545,7 +3545,7 @@
|
|
|
3545
3545
|
"varName": "soc3"
|
|
3546
3546
|
},
|
|
3547
3547
|
"sox": {
|
|
3548
|
-
"alias": "
|
|
3548
|
+
"alias": "soxCatalogApplicationComplianceAttributes: sox",
|
|
3549
3549
|
"args": {},
|
|
3550
3550
|
"deprecationReason": null,
|
|
3551
3551
|
"description": null,
|
|
@@ -3974,7 +3974,7 @@
|
|
|
3974
3974
|
"enumValues": null,
|
|
3975
3975
|
"fields": {
|
|
3976
3976
|
"auditTrail": {
|
|
3977
|
-
"alias": "
|
|
3977
|
+
"alias": "auditTrailCatalogApplicationSecurityAttributes: auditTrail",
|
|
3978
3978
|
"args": {},
|
|
3979
3979
|
"deprecationReason": null,
|
|
3980
3980
|
"description": null,
|
|
@@ -4026,7 +4026,7 @@
|
|
|
4026
4026
|
"varName": "auditTrail"
|
|
4027
4027
|
},
|
|
4028
4028
|
"encryptionAtRest": {
|
|
4029
|
-
"alias": "
|
|
4029
|
+
"alias": "encryptionAtRestCatalogApplicationSecurityAttributes: encryptionAtRest",
|
|
4030
4030
|
"args": {},
|
|
4031
4031
|
"deprecationReason": null,
|
|
4032
4032
|
"description": null,
|
|
@@ -4078,7 +4078,7 @@
|
|
|
4078
4078
|
"varName": "encryptionAtRest"
|
|
4079
4079
|
},
|
|
4080
4080
|
"httpSecurityHeaders": {
|
|
4081
|
-
"alias": "
|
|
4081
|
+
"alias": "httpSecurityHeadersCatalogApplicationSecurityAttributes: httpSecurityHeaders",
|
|
4082
4082
|
"args": {},
|
|
4083
4083
|
"deprecationReason": null,
|
|
4084
4084
|
"description": null,
|
|
@@ -4130,7 +4130,7 @@
|
|
|
4130
4130
|
"varName": "httpSecurityHeaders"
|
|
4131
4131
|
},
|
|
4132
4132
|
"mfa": {
|
|
4133
|
-
"alias": "
|
|
4133
|
+
"alias": "mfaCatalogApplicationSecurityAttributes: mfa",
|
|
4134
4134
|
"args": {},
|
|
4135
4135
|
"deprecationReason": null,
|
|
4136
4136
|
"description": null,
|
|
@@ -4182,7 +4182,7 @@
|
|
|
4182
4182
|
"varName": "mfa"
|
|
4183
4183
|
},
|
|
4184
4184
|
"rbac": {
|
|
4185
|
-
"alias": "
|
|
4185
|
+
"alias": "rbacCatalogApplicationSecurityAttributes: rbac",
|
|
4186
4186
|
"args": {},
|
|
4187
4187
|
"deprecationReason": null,
|
|
4188
4188
|
"description": null,
|
|
@@ -4234,7 +4234,7 @@
|
|
|
4234
4234
|
"varName": "rbac"
|
|
4235
4235
|
},
|
|
4236
4236
|
"rememberPassword": {
|
|
4237
|
-
"alias": "
|
|
4237
|
+
"alias": "rememberPasswordCatalogApplicationSecurityAttributes: rememberPassword",
|
|
4238
4238
|
"args": {},
|
|
4239
4239
|
"deprecationReason": null,
|
|
4240
4240
|
"description": null,
|
|
@@ -4286,7 +4286,7 @@
|
|
|
4286
4286
|
"varName": "rememberPassword"
|
|
4287
4287
|
},
|
|
4288
4288
|
"sso": {
|
|
4289
|
-
"alias": "
|
|
4289
|
+
"alias": "ssoCatalogApplicationSecurityAttributes: sso",
|
|
4290
4290
|
"args": {},
|
|
4291
4291
|
"deprecationReason": null,
|
|
4292
4292
|
"description": null,
|
|
@@ -4338,7 +4338,7 @@
|
|
|
4338
4338
|
"varName": "sso"
|
|
4339
4339
|
},
|
|
4340
4340
|
"tlsEnforcement": {
|
|
4341
|
-
"alias": "
|
|
4341
|
+
"alias": "tlsEnforcementCatalogApplicationSecurityAttributes: tlsEnforcement",
|
|
4342
4342
|
"args": {},
|
|
4343
4343
|
"deprecationReason": null,
|
|
4344
4344
|
"description": null,
|
|
@@ -4390,7 +4390,7 @@
|
|
|
4390
4390
|
"varName": "tlsEnforcement"
|
|
4391
4391
|
},
|
|
4392
4392
|
"trustedCertificate": {
|
|
4393
|
-
"alias": "
|
|
4393
|
+
"alias": "trustedCertificateCatalogApplicationSecurityAttributes: trustedCertificate",
|
|
4394
4394
|
"args": {},
|
|
4395
4395
|
"deprecationReason": null,
|
|
4396
4396
|
"description": null,
|
|
@@ -4497,7 +4497,7 @@
|
|
|
4497
4497
|
"varName": "port"
|
|
4498
4498
|
},
|
|
4499
4499
|
"portRange": {
|
|
4500
|
-
"alias": "
|
|
4500
|
+
"alias": "portRangeCustomService: portRange",
|
|
4501
4501
|
"args": {},
|
|
4502
4502
|
"deprecationReason": null,
|
|
4503
4503
|
"description": null,
|
|
@@ -4572,7 +4572,7 @@
|
|
|
4572
4572
|
"varName": "portRange"
|
|
4573
4573
|
},
|
|
4574
4574
|
"protocol": {
|
|
4575
|
-
"alias": "
|
|
4575
|
+
"alias": "protocolCustomService: protocol",
|
|
4576
4576
|
"args": {},
|
|
4577
4577
|
"deprecationReason": null,
|
|
4578
4578
|
"description": null,
|
|
@@ -6502,7 +6502,7 @@
|
|
|
6502
6502
|
"enumValues": null,
|
|
6503
6503
|
"fields": {
|
|
6504
6504
|
"activity": {
|
|
6505
|
-
"alias": "
|
|
6505
|
+
"alias": "activityCatalogApplication: activity",
|
|
6506
6506
|
"args": {},
|
|
6507
6507
|
"deprecationReason": null,
|
|
6508
6508
|
"description": null,
|
|
@@ -6519,7 +6519,7 @@
|
|
|
6519
6519
|
"enumValues": null,
|
|
6520
6520
|
"fields": {
|
|
6521
6521
|
"fields": {
|
|
6522
|
-
"alias": "
|
|
6522
|
+
"alias": "fieldsCatalogApplicationActivity: fields",
|
|
6523
6523
|
"args": {},
|
|
6524
6524
|
"deprecationReason": null,
|
|
6525
6525
|
"description": null,
|
|
@@ -6578,7 +6578,7 @@
|
|
|
6578
6578
|
"varName": "name"
|
|
6579
6579
|
},
|
|
6580
6580
|
"possibleOperators": {
|
|
6581
|
-
"alias": "
|
|
6581
|
+
"alias": "possibleOperatorsCatalogApplicationActivityField: possibleOperators",
|
|
6582
6582
|
"args": {},
|
|
6583
6583
|
"deprecationReason": null,
|
|
6584
6584
|
"description": null,
|
|
@@ -6747,7 +6747,7 @@
|
|
|
6747
6747
|
"varName": "catalogApplicationActivity"
|
|
6748
6748
|
},
|
|
6749
6749
|
"capability": {
|
|
6750
|
-
"alias": "
|
|
6750
|
+
"alias": "capabilityCatalogApplication: capability",
|
|
6751
6751
|
"args": {},
|
|
6752
6752
|
"deprecationReason": null,
|
|
6753
6753
|
"description": null,
|
|
@@ -6831,7 +6831,7 @@
|
|
|
6831
6831
|
"varName": "capability"
|
|
6832
6832
|
},
|
|
6833
6833
|
"category": {
|
|
6834
|
-
"alias": "
|
|
6834
|
+
"alias": "categoryCatalogApplication: category",
|
|
6835
6835
|
"args": {},
|
|
6836
6836
|
"deprecationReason": null,
|
|
6837
6837
|
"description": null,
|
|
@@ -6929,7 +6929,7 @@
|
|
|
6929
6929
|
"varName": "city"
|
|
6930
6930
|
},
|
|
6931
6931
|
"complianceAttributes": {
|
|
6932
|
-
"alias": "
|
|
6932
|
+
"alias": "complianceAttributesCatalogApplication: complianceAttributes",
|
|
6933
6933
|
"args": {},
|
|
6934
6934
|
"deprecationReason": null,
|
|
6935
6935
|
"description": null,
|
|
@@ -6946,7 +6946,7 @@
|
|
|
6946
6946
|
"enumValues": null,
|
|
6947
6947
|
"fields": {
|
|
6948
6948
|
"hippa": {
|
|
6949
|
-
"alias": "
|
|
6949
|
+
"alias": "hippaCatalogApplicationComplianceAttributes: hippa",
|
|
6950
6950
|
"args": {},
|
|
6951
6951
|
"deprecationReason": null,
|
|
6952
6952
|
"description": null,
|
|
@@ -6998,7 +6998,7 @@
|
|
|
6998
6998
|
"varName": "hippa"
|
|
6999
6999
|
},
|
|
7000
7000
|
"isae3402": {
|
|
7001
|
-
"alias": "
|
|
7001
|
+
"alias": "isae3402CatalogApplicationComplianceAttributes: isae3402",
|
|
7002
7002
|
"args": {},
|
|
7003
7003
|
"deprecationReason": null,
|
|
7004
7004
|
"description": null,
|
|
@@ -7050,7 +7050,7 @@
|
|
|
7050
7050
|
"varName": "isae3402"
|
|
7051
7051
|
},
|
|
7052
7052
|
"iso27001": {
|
|
7053
|
-
"alias": "
|
|
7053
|
+
"alias": "iso27001CatalogApplicationComplianceAttributes: iso27001",
|
|
7054
7054
|
"args": {},
|
|
7055
7055
|
"deprecationReason": null,
|
|
7056
7056
|
"description": null,
|
|
@@ -7102,7 +7102,7 @@
|
|
|
7102
7102
|
"varName": "iso27001"
|
|
7103
7103
|
},
|
|
7104
7104
|
"pciDss": {
|
|
7105
|
-
"alias": "
|
|
7105
|
+
"alias": "pciDssCatalogApplicationComplianceAttributes: pciDss",
|
|
7106
7106
|
"args": {},
|
|
7107
7107
|
"deprecationReason": null,
|
|
7108
7108
|
"description": null,
|
|
@@ -7154,7 +7154,7 @@
|
|
|
7154
7154
|
"varName": "pciDss"
|
|
7155
7155
|
},
|
|
7156
7156
|
"soc1": {
|
|
7157
|
-
"alias": "
|
|
7157
|
+
"alias": "soc1CatalogApplicationComplianceAttributes: soc1",
|
|
7158
7158
|
"args": {},
|
|
7159
7159
|
"deprecationReason": null,
|
|
7160
7160
|
"description": null,
|
|
@@ -7206,7 +7206,7 @@
|
|
|
7206
7206
|
"varName": "soc1"
|
|
7207
7207
|
},
|
|
7208
7208
|
"soc2": {
|
|
7209
|
-
"alias": "
|
|
7209
|
+
"alias": "soc2CatalogApplicationComplianceAttributes: soc2",
|
|
7210
7210
|
"args": {},
|
|
7211
7211
|
"deprecationReason": null,
|
|
7212
7212
|
"description": null,
|
|
@@ -7258,7 +7258,7 @@
|
|
|
7258
7258
|
"varName": "soc2"
|
|
7259
7259
|
},
|
|
7260
7260
|
"soc3": {
|
|
7261
|
-
"alias": "
|
|
7261
|
+
"alias": "soc3CatalogApplicationComplianceAttributes: soc3",
|
|
7262
7262
|
"args": {},
|
|
7263
7263
|
"deprecationReason": null,
|
|
7264
7264
|
"description": null,
|
|
@@ -7310,7 +7310,7 @@
|
|
|
7310
7310
|
"varName": "soc3"
|
|
7311
7311
|
},
|
|
7312
7312
|
"sox": {
|
|
7313
|
-
"alias": "
|
|
7313
|
+
"alias": "soxCatalogApplicationComplianceAttributes: sox",
|
|
7314
7314
|
"args": {},
|
|
7315
7315
|
"deprecationReason": null,
|
|
7316
7316
|
"description": null,
|
|
@@ -7481,7 +7481,7 @@
|
|
|
7481
7481
|
"varName": "name"
|
|
7482
7482
|
},
|
|
7483
7483
|
"numOfEmployees": {
|
|
7484
|
-
"alias": "
|
|
7484
|
+
"alias": "numOfEmployeesCatalogApplication: numOfEmployees",
|
|
7485
7485
|
"args": {},
|
|
7486
7486
|
"deprecationReason": null,
|
|
7487
7487
|
"description": null,
|
|
@@ -7568,7 +7568,7 @@
|
|
|
7568
7568
|
"varName": "numOfEmployees"
|
|
7569
7569
|
},
|
|
7570
7570
|
"originCountry": {
|
|
7571
|
-
"alias": "
|
|
7571
|
+
"alias": "originCountryCatalogApplication: originCountry",
|
|
7572
7572
|
"args": {},
|
|
7573
7573
|
"deprecationReason": null,
|
|
7574
7574
|
"description": null,
|
|
@@ -7725,7 +7725,7 @@
|
|
|
7725
7725
|
"varName": "sanctioned"
|
|
7726
7726
|
},
|
|
7727
7727
|
"securityAttributes": {
|
|
7728
|
-
"alias": "
|
|
7728
|
+
"alias": "securityAttributesCatalogApplication: securityAttributes",
|
|
7729
7729
|
"args": {},
|
|
7730
7730
|
"deprecationReason": null,
|
|
7731
7731
|
"description": null,
|
|
@@ -7742,7 +7742,7 @@
|
|
|
7742
7742
|
"enumValues": null,
|
|
7743
7743
|
"fields": {
|
|
7744
7744
|
"auditTrail": {
|
|
7745
|
-
"alias": "
|
|
7745
|
+
"alias": "auditTrailCatalogApplicationSecurityAttributes: auditTrail",
|
|
7746
7746
|
"args": {},
|
|
7747
7747
|
"deprecationReason": null,
|
|
7748
7748
|
"description": null,
|
|
@@ -7794,7 +7794,7 @@
|
|
|
7794
7794
|
"varName": "auditTrail"
|
|
7795
7795
|
},
|
|
7796
7796
|
"encryptionAtRest": {
|
|
7797
|
-
"alias": "
|
|
7797
|
+
"alias": "encryptionAtRestCatalogApplicationSecurityAttributes: encryptionAtRest",
|
|
7798
7798
|
"args": {},
|
|
7799
7799
|
"deprecationReason": null,
|
|
7800
7800
|
"description": null,
|
|
@@ -7846,7 +7846,7 @@
|
|
|
7846
7846
|
"varName": "encryptionAtRest"
|
|
7847
7847
|
},
|
|
7848
7848
|
"httpSecurityHeaders": {
|
|
7849
|
-
"alias": "
|
|
7849
|
+
"alias": "httpSecurityHeadersCatalogApplicationSecurityAttributes: httpSecurityHeaders",
|
|
7850
7850
|
"args": {},
|
|
7851
7851
|
"deprecationReason": null,
|
|
7852
7852
|
"description": null,
|
|
@@ -7898,7 +7898,7 @@
|
|
|
7898
7898
|
"varName": "httpSecurityHeaders"
|
|
7899
7899
|
},
|
|
7900
7900
|
"mfa": {
|
|
7901
|
-
"alias": "
|
|
7901
|
+
"alias": "mfaCatalogApplicationSecurityAttributes: mfa",
|
|
7902
7902
|
"args": {},
|
|
7903
7903
|
"deprecationReason": null,
|
|
7904
7904
|
"description": null,
|
|
@@ -7950,7 +7950,7 @@
|
|
|
7950
7950
|
"varName": "mfa"
|
|
7951
7951
|
},
|
|
7952
7952
|
"rbac": {
|
|
7953
|
-
"alias": "
|
|
7953
|
+
"alias": "rbacCatalogApplicationSecurityAttributes: rbac",
|
|
7954
7954
|
"args": {},
|
|
7955
7955
|
"deprecationReason": null,
|
|
7956
7956
|
"description": null,
|
|
@@ -8002,7 +8002,7 @@
|
|
|
8002
8002
|
"varName": "rbac"
|
|
8003
8003
|
},
|
|
8004
8004
|
"rememberPassword": {
|
|
8005
|
-
"alias": "
|
|
8005
|
+
"alias": "rememberPasswordCatalogApplicationSecurityAttributes: rememberPassword",
|
|
8006
8006
|
"args": {},
|
|
8007
8007
|
"deprecationReason": null,
|
|
8008
8008
|
"description": null,
|
|
@@ -8054,7 +8054,7 @@
|
|
|
8054
8054
|
"varName": "rememberPassword"
|
|
8055
8055
|
},
|
|
8056
8056
|
"sso": {
|
|
8057
|
-
"alias": "
|
|
8057
|
+
"alias": "ssoCatalogApplicationSecurityAttributes: sso",
|
|
8058
8058
|
"args": {},
|
|
8059
8059
|
"deprecationReason": null,
|
|
8060
8060
|
"description": null,
|
|
@@ -8106,7 +8106,7 @@
|
|
|
8106
8106
|
"varName": "sso"
|
|
8107
8107
|
},
|
|
8108
8108
|
"tlsEnforcement": {
|
|
8109
|
-
"alias": "
|
|
8109
|
+
"alias": "tlsEnforcementCatalogApplicationSecurityAttributes: tlsEnforcement",
|
|
8110
8110
|
"args": {},
|
|
8111
8111
|
"deprecationReason": null,
|
|
8112
8112
|
"description": null,
|
|
@@ -8158,7 +8158,7 @@
|
|
|
8158
8158
|
"varName": "tlsEnforcement"
|
|
8159
8159
|
},
|
|
8160
8160
|
"trustedCertificate": {
|
|
8161
|
-
"alias": "
|
|
8161
|
+
"alias": "trustedCertificateCatalogApplicationSecurityAttributes: trustedCertificate",
|
|
8162
8162
|
"args": {},
|
|
8163
8163
|
"deprecationReason": null,
|
|
8164
8164
|
"description": null,
|
|
@@ -8227,7 +8227,7 @@
|
|
|
8227
8227
|
"varName": "catalogApplicationSecurityAttributes"
|
|
8228
8228
|
},
|
|
8229
8229
|
"standardPorts": {
|
|
8230
|
-
"alias": "
|
|
8230
|
+
"alias": "standardPortsCatalogApplication: standardPorts",
|
|
8231
8231
|
"args": {},
|
|
8232
8232
|
"deprecationReason": null,
|
|
8233
8233
|
"description": null,
|
|
@@ -8266,7 +8266,7 @@
|
|
|
8266
8266
|
"varName": "port"
|
|
8267
8267
|
},
|
|
8268
8268
|
"portRange": {
|
|
8269
|
-
"alias": "
|
|
8269
|
+
"alias": "portRangeCustomService: portRange",
|
|
8270
8270
|
"args": {},
|
|
8271
8271
|
"deprecationReason": null,
|
|
8272
8272
|
"description": null,
|
|
@@ -8341,7 +8341,7 @@
|
|
|
8341
8341
|
"varName": "portRange"
|
|
8342
8342
|
},
|
|
8343
8343
|
"protocol": {
|
|
8344
|
-
"alias": "
|
|
8344
|
+
"alias": "protocolCustomService: protocol",
|
|
8345
8345
|
"args": {},
|
|
8346
8346
|
"deprecationReason": null,
|
|
8347
8347
|
"description": null,
|
|
@@ -8424,7 +8424,7 @@
|
|
|
8424
8424
|
"varName": "customService"
|
|
8425
8425
|
},
|
|
8426
8426
|
"type": {
|
|
8427
|
-
"alias": "
|
|
8427
|
+
"alias": "typeCatalogApplication: type",
|
|
8428
8428
|
"args": {},
|
|
8429
8429
|
"deprecationReason": null,
|
|
8430
8430
|
"description": null,
|
|
@@ -9335,7 +9335,7 @@
|
|
|
9335
9335
|
"enumValues": null,
|
|
9336
9336
|
"fields": {
|
|
9337
9337
|
"contentType": {
|
|
9338
|
-
"alias": "
|
|
9338
|
+
"alias": "contentTypeCatalogApplicationContentTypeGroup: contentType",
|
|
9339
9339
|
"args": {},
|
|
9340
9340
|
"deprecationReason": null,
|
|
9341
9341
|
"description": null,
|