catocli 2.0.4__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 +11 -4
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +20 -3
- 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_container/__init__.py +116 -0
- catocli/parsers/mutation_container_fqdn/README.md +7 -0
- catocli/parsers/mutation_container_fqdn_addValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange/README.md +7 -0
- catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +17 -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_policy_internetFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +1 -1
- 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 +42 -19
- 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_policy/README.md +0 -17
- catocli/parsers/query_policy/__init__.py +153 -8
- catocli/parsers/query_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/query_policy_appTenantRestriction_policy/README.md +17 -0
- catocli/parsers/query_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +17 -0
- catocli/parsers/query_policy_internetFirewall/README.md +7 -0
- catocli/parsers/query_policy_internetFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/query_policy_remotePortFwd_policy/README.md +17 -0
- catocli/parsers/query_policy_socketLan/README.md +7 -0
- catocli/parsers/query_policy_socketLan_policy/README.md +17 -0
- catocli/parsers/query_policy_terminalServer/README.md +7 -0
- catocli/parsers/query_policy_terminalServer_policy/README.md +17 -0
- catocli/parsers/query_policy_wanFirewall/README.md +7 -0
- catocli/parsers/query_policy_wanFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_wanNetwork/README.md +7 -0
- catocli/parsers/query_policy_wanNetwork_policy/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/README.md +0 -16
- catocli/parsers/query_site/__init__.py +118 -8
- catocli/parsers/query_site_availableVersionList/README.md +17 -0
- catocli/parsers/query_site_bgpPeer/README.md +17 -0
- catocli/parsers/query_site_bgpPeerList/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +17 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_site_siteBgpStatus/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/parsers/raw/README.md +0 -14
- catocli/parsers/raw/__init__.py +0 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/RECORD +300 -178
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -1
- graphql_client/api/call_api.py +4 -3
- 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 +866 -0
- models/mutation.container.fqdn.createFromFile.json +819 -0
- models/mutation.container.fqdn.removeValues.json +866 -0
- models/mutation.container.fqdn.updateFromFile.json +1045 -0
- models/mutation.container.ipAddressRange.addValues.json +1020 -0
- models/mutation.container.ipAddressRange.createFromFile.json +819 -0
- models/mutation.container.ipAddressRange.removeValues.json +1020 -0
- models/mutation.container.ipAddressRange.updateFromFile.json +1045 -0
- 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 +25 -25
- models/mutation.policy.appTenantRestriction.addSection.json +3 -3
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.moveRule.json +25 -25
- models/mutation.policy.appTenantRestriction.moveSection.json +3 -3
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.removeRule.json +25 -25
- models/mutation.policy.appTenantRestriction.removeSection.json +3 -3
- models/mutation.policy.appTenantRestriction.updatePolicy.json +31 -31
- models/mutation.policy.appTenantRestriction.updateRule.json +25 -25
- models/mutation.policy.appTenantRestriction.updateSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.addRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.addSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.moveRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.moveSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.removeRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.removeSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +17 -17
- models/mutation.policy.dynamicIpAllocation.updateRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -3
- models/mutation.policy.internetFirewall.addRule.json +532 -85
- models/mutation.policy.internetFirewall.addSection.json +3 -3
- models/mutation.policy.internetFirewall.createPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.moveRule.json +202 -85
- models/mutation.policy.internetFirewall.moveSection.json +3 -3
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.removeRule.json +202 -85
- models/mutation.policy.internetFirewall.removeSection.json +3 -3
- models/mutation.policy.internetFirewall.updatePolicy.json +208 -91
- models/mutation.policy.internetFirewall.updateRule.json +523 -85
- models/mutation.policy.internetFirewall.updateSection.json +3 -3
- models/mutation.policy.remotePortFwd.addRule.json +16 -16
- models/mutation.policy.remotePortFwd.addSection.json +3 -3
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.moveRule.json +16 -16
- models/mutation.policy.remotePortFwd.moveSection.json +3 -3
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.removeRule.json +16 -16
- models/mutation.policy.remotePortFwd.removeSection.json +3 -3
- models/mutation.policy.remotePortFwd.updatePolicy.json +22 -22
- models/mutation.policy.remotePortFwd.updateRule.json +16 -16
- models/mutation.policy.remotePortFwd.updateSection.json +3 -3
- models/mutation.policy.socketLan.addRule.json +81 -81
- models/mutation.policy.socketLan.addSection.json +3 -3
- models/mutation.policy.socketLan.createPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.discardPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.moveRule.json +81 -81
- models/mutation.policy.socketLan.moveSection.json +3 -3
- models/mutation.policy.socketLan.publishPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.removeRule.json +81 -81
- models/mutation.policy.socketLan.removeSection.json +3 -3
- models/mutation.policy.socketLan.updatePolicy.json +87 -87
- models/mutation.policy.socketLan.updateRule.json +81 -81
- models/mutation.policy.socketLan.updateSection.json +3 -3
- models/mutation.policy.terminalServer.addRule.json +6 -6
- models/mutation.policy.terminalServer.addSection.json +3 -3
- models/mutation.policy.terminalServer.createPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.discardPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.moveRule.json +6 -6
- models/mutation.policy.terminalServer.moveSection.json +3 -3
- models/mutation.policy.terminalServer.publishPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.removeRule.json +6 -6
- models/mutation.policy.terminalServer.removeSection.json +3 -3
- models/mutation.policy.terminalServer.updatePolicy.json +12 -12
- models/mutation.policy.terminalServer.updateRule.json +6 -6
- models/mutation.policy.terminalServer.updateSection.json +3 -3
- models/mutation.policy.wanFirewall.addRule.json +550 -103
- models/mutation.policy.wanFirewall.addSection.json +3 -3
- models/mutation.policy.wanFirewall.createPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.moveRule.json +220 -103
- models/mutation.policy.wanFirewall.moveSection.json +3 -3
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.removeRule.json +220 -103
- models/mutation.policy.wanFirewall.removeSection.json +3 -3
- models/mutation.policy.wanFirewall.updatePolicy.json +226 -109
- models/mutation.policy.wanFirewall.updateRule.json +541 -103
- models/mutation.policy.wanFirewall.updateSection.json +3 -3
- models/mutation.policy.wanNetwork.addRule.json +90 -90
- models/mutation.policy.wanNetwork.addSection.json +3 -3
- models/mutation.policy.wanNetwork.createPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.moveRule.json +90 -90
- models/mutation.policy.wanNetwork.moveSection.json +3 -3
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.removeRule.json +90 -90
- models/mutation.policy.wanNetwork.removeSection.json +3 -3
- models/mutation.policy.wanNetwork.updatePolicy.json +96 -96
- models/mutation.policy.wanNetwork.updateRule.json +90 -90
- models/mutation.policy.wanNetwork.updateSection.json +3 -3
- 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 +3086 -0
- models/query.policy.dynamicIpAllocation.policy.json +1934 -0
- models/query.policy.internetFirewall.policy.json +7833 -0
- models/query.policy.json +233 -0
- models/query.policy.remotePortFwd.policy.json +2387 -0
- models/query.policy.socketLan.policy.json +7140 -0
- models/query.policy.terminalServer.policy.json +1632 -0
- models/query.policy.wanFirewall.policy.json +9212 -0
- models/query.policy.wanNetwork.policy.json +8010 -0
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.availableVersionList.json +365 -0
- models/query.site.bgpPeer.json +1917 -0
- models/query.site.bgpPeerList.json +2076 -0
- models/query.site.cloudInterconnectConnectionConnectivity.json +298 -0
- models/query.site.cloudInterconnectPhysicalConnection.json +728 -0
- models/query.site.cloudInterconnectPhysicalConnectionId.json +660 -0
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +869 -0
- 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 +34 -18
- schema/remove_policyid.py +89 -0
- schema/remove_policyid_mutations.py +89 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
"enumValues": null,
|
|
881
881
|
"fields": {
|
|
882
882
|
"errors": {
|
|
883
|
-
"alias": "
|
|
883
|
+
"alias": "errorsAppTenantRestrictionRuleMutationPayload: errors",
|
|
884
884
|
"args": {},
|
|
885
885
|
"deprecationReason": null,
|
|
886
886
|
"description": null,
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
"varName": "policyMutationError"
|
|
957
957
|
},
|
|
958
958
|
"rule": {
|
|
959
|
-
"alias": "
|
|
959
|
+
"alias": "ruleAppTenantRestrictionRuleMutationPayload: rule",
|
|
960
960
|
"args": {},
|
|
961
961
|
"deprecationReason": null,
|
|
962
962
|
"description": null,
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
"enumValues": null,
|
|
1142
1142
|
"fields": {
|
|
1143
1143
|
"action": {
|
|
1144
|
-
"alias": "
|
|
1144
|
+
"alias": "actionAppTenantRestrictionRule: action",
|
|
1145
1145
|
"args": {},
|
|
1146
1146
|
"deprecationReason": null,
|
|
1147
1147
|
"description": "The action applied by the App Tenant Restriction if the rule is matched",
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"varName": "action"
|
|
1188
1188
|
},
|
|
1189
1189
|
"application": {
|
|
1190
|
-
"alias": "
|
|
1190
|
+
"alias": "applicationAppTenantRestrictionRule: application",
|
|
1191
1191
|
"args": {},
|
|
1192
1192
|
"deprecationReason": null,
|
|
1193
1193
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"varName": "enabled"
|
|
1306
1306
|
},
|
|
1307
1307
|
"headers": {
|
|
1308
|
-
"alias": "
|
|
1308
|
+
"alias": "headersAppTenantRestrictionRule: headers",
|
|
1309
1309
|
"args": {},
|
|
1310
1310
|
"deprecationReason": null,
|
|
1311
1311
|
"description": "Headers and Values to Inject",
|
|
@@ -1446,7 +1446,7 @@
|
|
|
1446
1446
|
"varName": "name"
|
|
1447
1447
|
},
|
|
1448
1448
|
"schedule": {
|
|
1449
|
-
"alias": "
|
|
1449
|
+
"alias": "scheduleAppTenantRestrictionRule: schedule",
|
|
1450
1450
|
"args": {},
|
|
1451
1451
|
"deprecationReason": null,
|
|
1452
1452
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -1463,7 +1463,7 @@
|
|
|
1463
1463
|
"enumValues": null,
|
|
1464
1464
|
"fields": {
|
|
1465
1465
|
"activeOn": {
|
|
1466
|
-
"alias": "
|
|
1466
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
1467
1467
|
"args": {},
|
|
1468
1468
|
"deprecationReason": null,
|
|
1469
1469
|
"description": null,
|
|
@@ -1521,7 +1521,7 @@
|
|
|
1521
1521
|
"varName": "activeOn"
|
|
1522
1522
|
},
|
|
1523
1523
|
"customRecurring": {
|
|
1524
|
-
"alias": "
|
|
1524
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
1525
1525
|
"args": {},
|
|
1526
1526
|
"deprecationReason": null,
|
|
1527
1527
|
"description": null,
|
|
@@ -1673,7 +1673,7 @@
|
|
|
1673
1673
|
"varName": "policyCustomRecurring"
|
|
1674
1674
|
},
|
|
1675
1675
|
"customTimeframe": {
|
|
1676
|
-
"alias": "
|
|
1676
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
1677
1677
|
"args": {},
|
|
1678
1678
|
"deprecationReason": null,
|
|
1679
1679
|
"description": null,
|
|
@@ -1765,7 +1765,7 @@
|
|
|
1765
1765
|
"varName": "policySchedule"
|
|
1766
1766
|
},
|
|
1767
1767
|
"section": {
|
|
1768
|
-
"alias": "
|
|
1768
|
+
"alias": "sectionAppTenantRestrictionRule: section",
|
|
1769
1769
|
"args": {},
|
|
1770
1770
|
"deprecationReason": null,
|
|
1771
1771
|
"description": "Policy section where the rule is located",
|
|
@@ -1841,7 +1841,7 @@
|
|
|
1841
1841
|
"varName": "policySectionInfo"
|
|
1842
1842
|
},
|
|
1843
1843
|
"severity": {
|
|
1844
|
-
"alias": "
|
|
1844
|
+
"alias": "severityAppTenantRestrictionRule: severity",
|
|
1845
1845
|
"args": {},
|
|
1846
1846
|
"deprecationReason": null,
|
|
1847
1847
|
"description": "Severity defined for the rule",
|
|
@@ -1893,7 +1893,7 @@
|
|
|
1893
1893
|
"varName": "severity"
|
|
1894
1894
|
},
|
|
1895
1895
|
"source": {
|
|
1896
|
-
"alias": "
|
|
1896
|
+
"alias": "sourceAppTenantRestrictionRule: source",
|
|
1897
1897
|
"args": {},
|
|
1898
1898
|
"deprecationReason": null,
|
|
1899
1899
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1910,7 +1910,7 @@
|
|
|
1910
1910
|
"enumValues": null,
|
|
1911
1911
|
"fields": {
|
|
1912
1912
|
"country": {
|
|
1913
|
-
"alias": "
|
|
1913
|
+
"alias": "countryAppTenantRestrictionSource: country",
|
|
1914
1914
|
"args": {},
|
|
1915
1915
|
"deprecationReason": null,
|
|
1916
1916
|
"description": "Source country traffic matching criteria.",
|
|
@@ -1988,7 +1988,7 @@
|
|
|
1988
1988
|
"varName": "countryRef"
|
|
1989
1989
|
},
|
|
1990
1990
|
"floatingSubnet": {
|
|
1991
|
-
"alias": "
|
|
1991
|
+
"alias": "floatingSubnetAppTenantRestrictionSource: floatingSubnet",
|
|
1992
1992
|
"args": {},
|
|
1993
1993
|
"deprecationReason": null,
|
|
1994
1994
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -2066,7 +2066,7 @@
|
|
|
2066
2066
|
"varName": "floatingSubnetRef"
|
|
2067
2067
|
},
|
|
2068
2068
|
"globalIpRange": {
|
|
2069
|
-
"alias": "
|
|
2069
|
+
"alias": "globalIpRangeAppTenantRestrictionSource: globalIpRange",
|
|
2070
2070
|
"args": {},
|
|
2071
2071
|
"deprecationReason": null,
|
|
2072
2072
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2144,7 +2144,7 @@
|
|
|
2144
2144
|
"varName": "globalIpRangeRef"
|
|
2145
2145
|
},
|
|
2146
2146
|
"group": {
|
|
2147
|
-
"alias": "
|
|
2147
|
+
"alias": "groupAppTenantRestrictionSource: group",
|
|
2148
2148
|
"args": {},
|
|
2149
2149
|
"deprecationReason": null,
|
|
2150
2150
|
"description": "Groups defined for your account",
|
|
@@ -2222,7 +2222,7 @@
|
|
|
2222
2222
|
"varName": "groupRef"
|
|
2223
2223
|
},
|
|
2224
2224
|
"host": {
|
|
2225
|
-
"alias": "
|
|
2225
|
+
"alias": "hostAppTenantRestrictionSource: host",
|
|
2226
2226
|
"args": {},
|
|
2227
2227
|
"deprecationReason": null,
|
|
2228
2228
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2323,7 +2323,7 @@
|
|
|
2323
2323
|
"varName": "ip"
|
|
2324
2324
|
},
|
|
2325
2325
|
"ipRange": {
|
|
2326
|
-
"alias": "
|
|
2326
|
+
"alias": "ipRangeAppTenantRestrictionSource: ipRange",
|
|
2327
2327
|
"args": {},
|
|
2328
2328
|
"deprecationReason": null,
|
|
2329
2329
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2401,7 +2401,7 @@
|
|
|
2401
2401
|
"varName": "ipAddressRange"
|
|
2402
2402
|
},
|
|
2403
2403
|
"networkInterface": {
|
|
2404
|
-
"alias": "
|
|
2404
|
+
"alias": "networkInterfaceAppTenantRestrictionSource: networkInterface",
|
|
2405
2405
|
"args": {},
|
|
2406
2406
|
"deprecationReason": null,
|
|
2407
2407
|
"description": "Network range defined for a site",
|
|
@@ -2479,7 +2479,7 @@
|
|
|
2479
2479
|
"varName": "networkInterfaceRef"
|
|
2480
2480
|
},
|
|
2481
2481
|
"site": {
|
|
2482
|
-
"alias": "
|
|
2482
|
+
"alias": "siteAppTenantRestrictionSource: site",
|
|
2483
2483
|
"args": {},
|
|
2484
2484
|
"deprecationReason": null,
|
|
2485
2485
|
"description": "Site defined for the account",
|
|
@@ -2557,7 +2557,7 @@
|
|
|
2557
2557
|
"varName": "siteRef"
|
|
2558
2558
|
},
|
|
2559
2559
|
"siteNetworkSubnet": {
|
|
2560
|
-
"alias": "
|
|
2560
|
+
"alias": "siteNetworkSubnetAppTenantRestrictionSource: siteNetworkSubnet",
|
|
2561
2561
|
"args": {},
|
|
2562
2562
|
"deprecationReason": null,
|
|
2563
2563
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2658,7 +2658,7 @@
|
|
|
2658
2658
|
"varName": "subnet"
|
|
2659
2659
|
},
|
|
2660
2660
|
"systemGroup": {
|
|
2661
|
-
"alias": "
|
|
2661
|
+
"alias": "systemGroupAppTenantRestrictionSource: systemGroup",
|
|
2662
2662
|
"args": {},
|
|
2663
2663
|
"deprecationReason": null,
|
|
2664
2664
|
"description": "Predefined Cato groups",
|
|
@@ -2736,7 +2736,7 @@
|
|
|
2736
2736
|
"varName": "systemGroupRef"
|
|
2737
2737
|
},
|
|
2738
2738
|
"user": {
|
|
2739
|
-
"alias": "
|
|
2739
|
+
"alias": "userAppTenantRestrictionSource: user",
|
|
2740
2740
|
"args": {},
|
|
2741
2741
|
"deprecationReason": null,
|
|
2742
2742
|
"description": "Individual users defined for the account",
|
|
@@ -2814,7 +2814,7 @@
|
|
|
2814
2814
|
"varName": "userRef"
|
|
2815
2815
|
},
|
|
2816
2816
|
"usersGroup": {
|
|
2817
|
-
"alias": "
|
|
2817
|
+
"alias": "usersGroupAppTenantRestrictionSource: usersGroup",
|
|
2818
2818
|
"args": {},
|
|
2819
2819
|
"deprecationReason": null,
|
|
2820
2820
|
"description": "Group of users",
|
|
@@ -2942,7 +2942,7 @@
|
|
|
2942
2942
|
"varName": "appTenantRestrictionRulePayload"
|
|
2943
2943
|
},
|
|
2944
2944
|
"status": {
|
|
2945
|
-
"alias": "
|
|
2945
|
+
"alias": "statusAppTenantRestrictionRuleMutationPayload: status",
|
|
2946
2946
|
"args": {},
|
|
2947
2947
|
"deprecationReason": null,
|
|
2948
2948
|
"description": null,
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
"enumValues": null,
|
|
807
807
|
"fields": {
|
|
808
808
|
"errors": {
|
|
809
|
-
"alias": "
|
|
809
|
+
"alias": "errorsPolicySectionMutationPayload: errors",
|
|
810
810
|
"args": {},
|
|
811
811
|
"deprecationReason": null,
|
|
812
812
|
"description": null,
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
"varName": "policyMutationError"
|
|
883
883
|
},
|
|
884
884
|
"section": {
|
|
885
|
-
"alias": "
|
|
885
|
+
"alias": "sectionPolicySectionMutationPayload: section",
|
|
886
886
|
"args": {},
|
|
887
887
|
"deprecationReason": null,
|
|
888
888
|
"description": null,
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
"varName": "policySectionPayload"
|
|
1143
1143
|
},
|
|
1144
1144
|
"status": {
|
|
1145
|
-
"alias": "
|
|
1145
|
+
"alias": "statusPolicySectionMutationPayload: status",
|
|
1146
1146
|
"args": {},
|
|
1147
1147
|
"deprecationReason": null,
|
|
1148
1148
|
"description": null,
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
"enumValues": null,
|
|
589
589
|
"fields": {
|
|
590
590
|
"errors": {
|
|
591
|
-
"alias": "
|
|
591
|
+
"alias": "errorsAppTenantRestrictionPolicyMutationPayload: errors",
|
|
592
592
|
"args": {},
|
|
593
593
|
"deprecationReason": null,
|
|
594
594
|
"description": null,
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
"varName": "policyMutationError"
|
|
665
665
|
},
|
|
666
666
|
"policy": {
|
|
667
|
-
"alias": "
|
|
667
|
+
"alias": "policyAppTenantRestrictionPolicyMutationPayload: policy",
|
|
668
668
|
"args": {},
|
|
669
669
|
"deprecationReason": null,
|
|
670
670
|
"description": null,
|
|
@@ -950,7 +950,7 @@
|
|
|
950
950
|
"enumValues": null,
|
|
951
951
|
"fields": {
|
|
952
952
|
"audit": {
|
|
953
|
-
"alias": "
|
|
953
|
+
"alias": "auditAppTenantRestrictionRulePayload: audit",
|
|
954
954
|
"args": {},
|
|
955
955
|
"deprecationReason": null,
|
|
956
956
|
"description": null,
|
|
@@ -1026,7 +1026,7 @@
|
|
|
1026
1026
|
"varName": "policyElementAudit"
|
|
1027
1027
|
},
|
|
1028
1028
|
"properties": {
|
|
1029
|
-
"alias": "
|
|
1029
|
+
"alias": "propertiesAppTenantRestrictionRulePayload: properties",
|
|
1030
1030
|
"args": {},
|
|
1031
1031
|
"deprecationReason": null,
|
|
1032
1032
|
"description": null,
|
|
@@ -1104,7 +1104,7 @@
|
|
|
1104
1104
|
"varName": "properties"
|
|
1105
1105
|
},
|
|
1106
1106
|
"rule": {
|
|
1107
|
-
"alias": "
|
|
1107
|
+
"alias": "ruleAppTenantRestrictionRulePayload: rule",
|
|
1108
1108
|
"args": {},
|
|
1109
1109
|
"deprecationReason": null,
|
|
1110
1110
|
"description": null,
|
|
@@ -1121,7 +1121,7 @@
|
|
|
1121
1121
|
"enumValues": null,
|
|
1122
1122
|
"fields": {
|
|
1123
1123
|
"action": {
|
|
1124
|
-
"alias": "
|
|
1124
|
+
"alias": "actionAppTenantRestrictionRule: action",
|
|
1125
1125
|
"args": {},
|
|
1126
1126
|
"deprecationReason": null,
|
|
1127
1127
|
"description": "The action applied by the App Tenant Restriction if the rule is matched",
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
"varName": "action"
|
|
1168
1168
|
},
|
|
1169
1169
|
"application": {
|
|
1170
|
-
"alias": "
|
|
1170
|
+
"alias": "applicationAppTenantRestrictionRule: application",
|
|
1171
1171
|
"args": {},
|
|
1172
1172
|
"deprecationReason": null,
|
|
1173
1173
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1285,7 +1285,7 @@
|
|
|
1285
1285
|
"varName": "enabled"
|
|
1286
1286
|
},
|
|
1287
1287
|
"headers": {
|
|
1288
|
-
"alias": "
|
|
1288
|
+
"alias": "headersAppTenantRestrictionRule: headers",
|
|
1289
1289
|
"args": {},
|
|
1290
1290
|
"deprecationReason": null,
|
|
1291
1291
|
"description": "Headers and Values to Inject",
|
|
@@ -1426,7 +1426,7 @@
|
|
|
1426
1426
|
"varName": "name"
|
|
1427
1427
|
},
|
|
1428
1428
|
"schedule": {
|
|
1429
|
-
"alias": "
|
|
1429
|
+
"alias": "scheduleAppTenantRestrictionRule: schedule",
|
|
1430
1430
|
"args": {},
|
|
1431
1431
|
"deprecationReason": null,
|
|
1432
1432
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -1443,7 +1443,7 @@
|
|
|
1443
1443
|
"enumValues": null,
|
|
1444
1444
|
"fields": {
|
|
1445
1445
|
"activeOn": {
|
|
1446
|
-
"alias": "
|
|
1446
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
1447
1447
|
"args": {},
|
|
1448
1448
|
"deprecationReason": null,
|
|
1449
1449
|
"description": null,
|
|
@@ -1501,7 +1501,7 @@
|
|
|
1501
1501
|
"varName": "activeOn"
|
|
1502
1502
|
},
|
|
1503
1503
|
"customRecurring": {
|
|
1504
|
-
"alias": "
|
|
1504
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
1505
1505
|
"args": {},
|
|
1506
1506
|
"deprecationReason": null,
|
|
1507
1507
|
"description": null,
|
|
@@ -1653,7 +1653,7 @@
|
|
|
1653
1653
|
"varName": "policyCustomRecurring"
|
|
1654
1654
|
},
|
|
1655
1655
|
"customTimeframe": {
|
|
1656
|
-
"alias": "
|
|
1656
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
1657
1657
|
"args": {},
|
|
1658
1658
|
"deprecationReason": null,
|
|
1659
1659
|
"description": null,
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
"varName": "policySchedule"
|
|
1746
1746
|
},
|
|
1747
1747
|
"section": {
|
|
1748
|
-
"alias": "
|
|
1748
|
+
"alias": "sectionAppTenantRestrictionRule: section",
|
|
1749
1749
|
"args": {},
|
|
1750
1750
|
"deprecationReason": null,
|
|
1751
1751
|
"description": "Policy section where the rule is located",
|
|
@@ -1821,7 +1821,7 @@
|
|
|
1821
1821
|
"varName": "policySectionInfo"
|
|
1822
1822
|
},
|
|
1823
1823
|
"severity": {
|
|
1824
|
-
"alias": "
|
|
1824
|
+
"alias": "severityAppTenantRestrictionRule: severity",
|
|
1825
1825
|
"args": {},
|
|
1826
1826
|
"deprecationReason": null,
|
|
1827
1827
|
"description": "Severity defined for the rule",
|
|
@@ -1873,7 +1873,7 @@
|
|
|
1873
1873
|
"varName": "severity"
|
|
1874
1874
|
},
|
|
1875
1875
|
"source": {
|
|
1876
|
-
"alias": "
|
|
1876
|
+
"alias": "sourceAppTenantRestrictionRule: source",
|
|
1877
1877
|
"args": {},
|
|
1878
1878
|
"deprecationReason": null,
|
|
1879
1879
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1890,7 +1890,7 @@
|
|
|
1890
1890
|
"enumValues": null,
|
|
1891
1891
|
"fields": {
|
|
1892
1892
|
"country": {
|
|
1893
|
-
"alias": "
|
|
1893
|
+
"alias": "countryAppTenantRestrictionSource: country",
|
|
1894
1894
|
"args": {},
|
|
1895
1895
|
"deprecationReason": null,
|
|
1896
1896
|
"description": "Source country traffic matching criteria.",
|
|
@@ -1968,7 +1968,7 @@
|
|
|
1968
1968
|
"varName": "countryRef"
|
|
1969
1969
|
},
|
|
1970
1970
|
"floatingSubnet": {
|
|
1971
|
-
"alias": "
|
|
1971
|
+
"alias": "floatingSubnetAppTenantRestrictionSource: floatingSubnet",
|
|
1972
1972
|
"args": {},
|
|
1973
1973
|
"deprecationReason": null,
|
|
1974
1974
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -2046,7 +2046,7 @@
|
|
|
2046
2046
|
"varName": "floatingSubnetRef"
|
|
2047
2047
|
},
|
|
2048
2048
|
"globalIpRange": {
|
|
2049
|
-
"alias": "
|
|
2049
|
+
"alias": "globalIpRangeAppTenantRestrictionSource: globalIpRange",
|
|
2050
2050
|
"args": {},
|
|
2051
2051
|
"deprecationReason": null,
|
|
2052
2052
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2124,7 +2124,7 @@
|
|
|
2124
2124
|
"varName": "globalIpRangeRef"
|
|
2125
2125
|
},
|
|
2126
2126
|
"group": {
|
|
2127
|
-
"alias": "
|
|
2127
|
+
"alias": "groupAppTenantRestrictionSource: group",
|
|
2128
2128
|
"args": {},
|
|
2129
2129
|
"deprecationReason": null,
|
|
2130
2130
|
"description": "Groups defined for your account",
|
|
@@ -2202,7 +2202,7 @@
|
|
|
2202
2202
|
"varName": "groupRef"
|
|
2203
2203
|
},
|
|
2204
2204
|
"host": {
|
|
2205
|
-
"alias": "
|
|
2205
|
+
"alias": "hostAppTenantRestrictionSource: host",
|
|
2206
2206
|
"args": {},
|
|
2207
2207
|
"deprecationReason": null,
|
|
2208
2208
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2303,7 +2303,7 @@
|
|
|
2303
2303
|
"varName": "ip"
|
|
2304
2304
|
},
|
|
2305
2305
|
"ipRange": {
|
|
2306
|
-
"alias": "
|
|
2306
|
+
"alias": "ipRangeAppTenantRestrictionSource: ipRange",
|
|
2307
2307
|
"args": {},
|
|
2308
2308
|
"deprecationReason": null,
|
|
2309
2309
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2381,7 +2381,7 @@
|
|
|
2381
2381
|
"varName": "ipAddressRange"
|
|
2382
2382
|
},
|
|
2383
2383
|
"networkInterface": {
|
|
2384
|
-
"alias": "
|
|
2384
|
+
"alias": "networkInterfaceAppTenantRestrictionSource: networkInterface",
|
|
2385
2385
|
"args": {},
|
|
2386
2386
|
"deprecationReason": null,
|
|
2387
2387
|
"description": "Network range defined for a site",
|
|
@@ -2459,7 +2459,7 @@
|
|
|
2459
2459
|
"varName": "networkInterfaceRef"
|
|
2460
2460
|
},
|
|
2461
2461
|
"site": {
|
|
2462
|
-
"alias": "
|
|
2462
|
+
"alias": "siteAppTenantRestrictionSource: site",
|
|
2463
2463
|
"args": {},
|
|
2464
2464
|
"deprecationReason": null,
|
|
2465
2465
|
"description": "Site defined for the account",
|
|
@@ -2537,7 +2537,7 @@
|
|
|
2537
2537
|
"varName": "siteRef"
|
|
2538
2538
|
},
|
|
2539
2539
|
"siteNetworkSubnet": {
|
|
2540
|
-
"alias": "
|
|
2540
|
+
"alias": "siteNetworkSubnetAppTenantRestrictionSource: siteNetworkSubnet",
|
|
2541
2541
|
"args": {},
|
|
2542
2542
|
"deprecationReason": null,
|
|
2543
2543
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2638,7 +2638,7 @@
|
|
|
2638
2638
|
"varName": "subnet"
|
|
2639
2639
|
},
|
|
2640
2640
|
"systemGroup": {
|
|
2641
|
-
"alias": "
|
|
2641
|
+
"alias": "systemGroupAppTenantRestrictionSource: systemGroup",
|
|
2642
2642
|
"args": {},
|
|
2643
2643
|
"deprecationReason": null,
|
|
2644
2644
|
"description": "Predefined Cato groups",
|
|
@@ -2716,7 +2716,7 @@
|
|
|
2716
2716
|
"varName": "systemGroupRef"
|
|
2717
2717
|
},
|
|
2718
2718
|
"user": {
|
|
2719
|
-
"alias": "
|
|
2719
|
+
"alias": "userAppTenantRestrictionSource: user",
|
|
2720
2720
|
"args": {},
|
|
2721
2721
|
"deprecationReason": null,
|
|
2722
2722
|
"description": "Individual users defined for the account",
|
|
@@ -2794,7 +2794,7 @@
|
|
|
2794
2794
|
"varName": "userRef"
|
|
2795
2795
|
},
|
|
2796
2796
|
"usersGroup": {
|
|
2797
|
-
"alias": "
|
|
2797
|
+
"alias": "usersGroupAppTenantRestrictionSource: usersGroup",
|
|
2798
2798
|
"args": {},
|
|
2799
2799
|
"deprecationReason": null,
|
|
2800
2800
|
"description": "Group of users",
|
|
@@ -2941,7 +2941,7 @@
|
|
|
2941
2941
|
"enumValues": null,
|
|
2942
2942
|
"fields": {
|
|
2943
2943
|
"audit": {
|
|
2944
|
-
"alias": "
|
|
2944
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
2945
2945
|
"args": {},
|
|
2946
2946
|
"deprecationReason": null,
|
|
2947
2947
|
"description": null,
|
|
@@ -3017,7 +3017,7 @@
|
|
|
3017
3017
|
"varName": "policyElementAudit"
|
|
3018
3018
|
},
|
|
3019
3019
|
"properties": {
|
|
3020
|
-
"alias": "
|
|
3020
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
3021
3021
|
"args": {},
|
|
3022
3022
|
"deprecationReason": null,
|
|
3023
3023
|
"description": null,
|
|
@@ -3095,7 +3095,7 @@
|
|
|
3095
3095
|
"varName": "properties"
|
|
3096
3096
|
},
|
|
3097
3097
|
"section": {
|
|
3098
|
-
"alias": "
|
|
3098
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
3099
3099
|
"args": {},
|
|
3100
3100
|
"deprecationReason": null,
|
|
3101
3101
|
"description": null,
|
|
@@ -3206,7 +3206,7 @@
|
|
|
3206
3206
|
"varName": "appTenantRestrictionPolicy"
|
|
3207
3207
|
},
|
|
3208
3208
|
"status": {
|
|
3209
|
-
"alias": "
|
|
3209
|
+
"alias": "statusAppTenantRestrictionPolicyMutationPayload: status",
|
|
3210
3210
|
"args": {},
|
|
3211
3211
|
"deprecationReason": null,
|
|
3212
3212
|
"description": null,
|