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
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
"enumValues": null,
|
|
537
537
|
"fields": {
|
|
538
538
|
"errors": {
|
|
539
|
-
"alias": "
|
|
539
|
+
"alias": "errorsAppTenantRestrictionRuleMutationPayload: errors",
|
|
540
540
|
"args": {},
|
|
541
541
|
"deprecationReason": null,
|
|
542
542
|
"description": null,
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
"varName": "policyMutationError"
|
|
613
613
|
},
|
|
614
614
|
"rule": {
|
|
615
|
-
"alias": "
|
|
615
|
+
"alias": "ruleAppTenantRestrictionRuleMutationPayload: rule",
|
|
616
616
|
"args": {},
|
|
617
617
|
"deprecationReason": null,
|
|
618
618
|
"description": null,
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
"enumValues": null,
|
|
798
798
|
"fields": {
|
|
799
799
|
"action": {
|
|
800
|
-
"alias": "
|
|
800
|
+
"alias": "actionAppTenantRestrictionRule: action",
|
|
801
801
|
"args": {},
|
|
802
802
|
"deprecationReason": null,
|
|
803
803
|
"description": "The action applied by the App Tenant Restriction if the rule is matched",
|
|
@@ -843,7 +843,7 @@
|
|
|
843
843
|
"varName": "action"
|
|
844
844
|
},
|
|
845
845
|
"application": {
|
|
846
|
-
"alias": "
|
|
846
|
+
"alias": "applicationAppTenantRestrictionRule: application",
|
|
847
847
|
"args": {},
|
|
848
848
|
"deprecationReason": null,
|
|
849
849
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
"varName": "enabled"
|
|
962
962
|
},
|
|
963
963
|
"headers": {
|
|
964
|
-
"alias": "
|
|
964
|
+
"alias": "headersAppTenantRestrictionRule: headers",
|
|
965
965
|
"args": {},
|
|
966
966
|
"deprecationReason": null,
|
|
967
967
|
"description": "Headers and Values to Inject",
|
|
@@ -1102,7 +1102,7 @@
|
|
|
1102
1102
|
"varName": "name"
|
|
1103
1103
|
},
|
|
1104
1104
|
"schedule": {
|
|
1105
|
-
"alias": "
|
|
1105
|
+
"alias": "scheduleAppTenantRestrictionRule: schedule",
|
|
1106
1106
|
"args": {},
|
|
1107
1107
|
"deprecationReason": null,
|
|
1108
1108
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -1119,7 +1119,7 @@
|
|
|
1119
1119
|
"enumValues": null,
|
|
1120
1120
|
"fields": {
|
|
1121
1121
|
"activeOn": {
|
|
1122
|
-
"alias": "
|
|
1122
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
1123
1123
|
"args": {},
|
|
1124
1124
|
"deprecationReason": null,
|
|
1125
1125
|
"description": null,
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
"varName": "activeOn"
|
|
1178
1178
|
},
|
|
1179
1179
|
"customRecurring": {
|
|
1180
|
-
"alias": "
|
|
1180
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
1181
1181
|
"args": {},
|
|
1182
1182
|
"deprecationReason": null,
|
|
1183
1183
|
"description": null,
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
"varName": "policyCustomRecurring"
|
|
1330
1330
|
},
|
|
1331
1331
|
"customTimeframe": {
|
|
1332
|
-
"alias": "
|
|
1332
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
1333
1333
|
"args": {},
|
|
1334
1334
|
"deprecationReason": null,
|
|
1335
1335
|
"description": null,
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
"varName": "policySchedule"
|
|
1422
1422
|
},
|
|
1423
1423
|
"section": {
|
|
1424
|
-
"alias": "
|
|
1424
|
+
"alias": "sectionAppTenantRestrictionRule: section",
|
|
1425
1425
|
"args": {},
|
|
1426
1426
|
"deprecationReason": null,
|
|
1427
1427
|
"description": "Policy section where the rule is located",
|
|
@@ -1497,7 +1497,7 @@
|
|
|
1497
1497
|
"varName": "policySectionInfo"
|
|
1498
1498
|
},
|
|
1499
1499
|
"severity": {
|
|
1500
|
-
"alias": "
|
|
1500
|
+
"alias": "severityAppTenantRestrictionRule: severity",
|
|
1501
1501
|
"args": {},
|
|
1502
1502
|
"deprecationReason": null,
|
|
1503
1503
|
"description": "Severity defined for the rule",
|
|
@@ -1549,7 +1549,7 @@
|
|
|
1549
1549
|
"varName": "severity"
|
|
1550
1550
|
},
|
|
1551
1551
|
"source": {
|
|
1552
|
-
"alias": "
|
|
1552
|
+
"alias": "sourceAppTenantRestrictionRule: source",
|
|
1553
1553
|
"args": {},
|
|
1554
1554
|
"deprecationReason": null,
|
|
1555
1555
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
"enumValues": null,
|
|
1567
1567
|
"fields": {
|
|
1568
1568
|
"country": {
|
|
1569
|
-
"alias": "
|
|
1569
|
+
"alias": "countryAppTenantRestrictionSource: country",
|
|
1570
1570
|
"args": {},
|
|
1571
1571
|
"deprecationReason": null,
|
|
1572
1572
|
"description": "Source country traffic matching criteria.",
|
|
@@ -1644,7 +1644,7 @@
|
|
|
1644
1644
|
"varName": "countryRef"
|
|
1645
1645
|
},
|
|
1646
1646
|
"floatingSubnet": {
|
|
1647
|
-
"alias": "
|
|
1647
|
+
"alias": "floatingSubnetAppTenantRestrictionSource: floatingSubnet",
|
|
1648
1648
|
"args": {},
|
|
1649
1649
|
"deprecationReason": null,
|
|
1650
1650
|
"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.",
|
|
@@ -1722,7 +1722,7 @@
|
|
|
1722
1722
|
"varName": "floatingSubnetRef"
|
|
1723
1723
|
},
|
|
1724
1724
|
"globalIpRange": {
|
|
1725
|
-
"alias": "
|
|
1725
|
+
"alias": "globalIpRangeAppTenantRestrictionSource: globalIpRange",
|
|
1726
1726
|
"args": {},
|
|
1727
1727
|
"deprecationReason": null,
|
|
1728
1728
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1800,7 +1800,7 @@
|
|
|
1800
1800
|
"varName": "globalIpRangeRef"
|
|
1801
1801
|
},
|
|
1802
1802
|
"group": {
|
|
1803
|
-
"alias": "
|
|
1803
|
+
"alias": "groupAppTenantRestrictionSource: group",
|
|
1804
1804
|
"args": {},
|
|
1805
1805
|
"deprecationReason": null,
|
|
1806
1806
|
"description": "Groups defined for your account",
|
|
@@ -1878,7 +1878,7 @@
|
|
|
1878
1878
|
"varName": "groupRef"
|
|
1879
1879
|
},
|
|
1880
1880
|
"host": {
|
|
1881
|
-
"alias": "
|
|
1881
|
+
"alias": "hostAppTenantRestrictionSource: host",
|
|
1882
1882
|
"args": {},
|
|
1883
1883
|
"deprecationReason": null,
|
|
1884
1884
|
"description": "Hosts and servers defined for your account",
|
|
@@ -1979,7 +1979,7 @@
|
|
|
1979
1979
|
"varName": "ip"
|
|
1980
1980
|
},
|
|
1981
1981
|
"ipRange": {
|
|
1982
|
-
"alias": "
|
|
1982
|
+
"alias": "ipRangeAppTenantRestrictionSource: ipRange",
|
|
1983
1983
|
"args": {},
|
|
1984
1984
|
"deprecationReason": null,
|
|
1985
1985
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2057,7 +2057,7 @@
|
|
|
2057
2057
|
"varName": "ipAddressRange"
|
|
2058
2058
|
},
|
|
2059
2059
|
"networkInterface": {
|
|
2060
|
-
"alias": "
|
|
2060
|
+
"alias": "networkInterfaceAppTenantRestrictionSource: networkInterface",
|
|
2061
2061
|
"args": {},
|
|
2062
2062
|
"deprecationReason": null,
|
|
2063
2063
|
"description": "Network range defined for a site",
|
|
@@ -2135,7 +2135,7 @@
|
|
|
2135
2135
|
"varName": "networkInterfaceRef"
|
|
2136
2136
|
},
|
|
2137
2137
|
"site": {
|
|
2138
|
-
"alias": "
|
|
2138
|
+
"alias": "siteAppTenantRestrictionSource: site",
|
|
2139
2139
|
"args": {},
|
|
2140
2140
|
"deprecationReason": null,
|
|
2141
2141
|
"description": "Site defined for the account",
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
"varName": "siteRef"
|
|
2214
2214
|
},
|
|
2215
2215
|
"siteNetworkSubnet": {
|
|
2216
|
-
"alias": "
|
|
2216
|
+
"alias": "siteNetworkSubnetAppTenantRestrictionSource: siteNetworkSubnet",
|
|
2217
2217
|
"args": {},
|
|
2218
2218
|
"deprecationReason": null,
|
|
2219
2219
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2314,7 +2314,7 @@
|
|
|
2314
2314
|
"varName": "subnet"
|
|
2315
2315
|
},
|
|
2316
2316
|
"systemGroup": {
|
|
2317
|
-
"alias": "
|
|
2317
|
+
"alias": "systemGroupAppTenantRestrictionSource: systemGroup",
|
|
2318
2318
|
"args": {},
|
|
2319
2319
|
"deprecationReason": null,
|
|
2320
2320
|
"description": "Predefined Cato groups",
|
|
@@ -2392,7 +2392,7 @@
|
|
|
2392
2392
|
"varName": "systemGroupRef"
|
|
2393
2393
|
},
|
|
2394
2394
|
"user": {
|
|
2395
|
-
"alias": "
|
|
2395
|
+
"alias": "userAppTenantRestrictionSource: user",
|
|
2396
2396
|
"args": {},
|
|
2397
2397
|
"deprecationReason": null,
|
|
2398
2398
|
"description": "Individual users defined for the account",
|
|
@@ -2470,7 +2470,7 @@
|
|
|
2470
2470
|
"varName": "userRef"
|
|
2471
2471
|
},
|
|
2472
2472
|
"usersGroup": {
|
|
2473
|
-
"alias": "
|
|
2473
|
+
"alias": "usersGroupAppTenantRestrictionSource: usersGroup",
|
|
2474
2474
|
"args": {},
|
|
2475
2475
|
"deprecationReason": null,
|
|
2476
2476
|
"description": "Group of users",
|
|
@@ -2598,7 +2598,7 @@
|
|
|
2598
2598
|
"varName": "appTenantRestrictionRulePayload"
|
|
2599
2599
|
},
|
|
2600
2600
|
"status": {
|
|
2601
|
-
"alias": "
|
|
2601
|
+
"alias": "statusAppTenantRestrictionRuleMutationPayload: status",
|
|
2602
2602
|
"args": {},
|
|
2603
2603
|
"deprecationReason": null,
|
|
2604
2604
|
"description": null,
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
"enumValues": null,
|
|
514
514
|
"fields": {
|
|
515
515
|
"errors": {
|
|
516
|
-
"alias": "
|
|
516
|
+
"alias": "errorsPolicySectionMutationPayload: errors",
|
|
517
517
|
"args": {},
|
|
518
518
|
"deprecationReason": null,
|
|
519
519
|
"description": null,
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"varName": "policyMutationError"
|
|
590
590
|
},
|
|
591
591
|
"section": {
|
|
592
|
-
"alias": "
|
|
592
|
+
"alias": "sectionPolicySectionMutationPayload: section",
|
|
593
593
|
"args": {},
|
|
594
594
|
"deprecationReason": null,
|
|
595
595
|
"description": null,
|
|
@@ -849,7 +849,7 @@
|
|
|
849
849
|
"varName": "policySectionPayload"
|
|
850
850
|
},
|
|
851
851
|
"status": {
|
|
852
|
-
"alias": "
|
|
852
|
+
"alias": "statusPolicySectionMutationPayload: status",
|
|
853
853
|
"args": {},
|
|
854
854
|
"deprecationReason": null,
|
|
855
855
|
"description": null,
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
"enumValues": null,
|
|
611
611
|
"fields": {
|
|
612
612
|
"errors": {
|
|
613
|
-
"alias": "
|
|
613
|
+
"alias": "errorsAppTenantRestrictionPolicyMutationPayload: errors",
|
|
614
614
|
"args": {},
|
|
615
615
|
"deprecationReason": null,
|
|
616
616
|
"description": null,
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
"varName": "policyMutationError"
|
|
687
687
|
},
|
|
688
688
|
"policy": {
|
|
689
|
-
"alias": "
|
|
689
|
+
"alias": "policyAppTenantRestrictionPolicyMutationPayload: policy",
|
|
690
690
|
"args": {},
|
|
691
691
|
"deprecationReason": null,
|
|
692
692
|
"description": null,
|
|
@@ -972,7 +972,7 @@
|
|
|
972
972
|
"enumValues": null,
|
|
973
973
|
"fields": {
|
|
974
974
|
"audit": {
|
|
975
|
-
"alias": "
|
|
975
|
+
"alias": "auditAppTenantRestrictionRulePayload: audit",
|
|
976
976
|
"args": {},
|
|
977
977
|
"deprecationReason": null,
|
|
978
978
|
"description": null,
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
"varName": "policyElementAudit"
|
|
1049
1049
|
},
|
|
1050
1050
|
"properties": {
|
|
1051
|
-
"alias": "
|
|
1051
|
+
"alias": "propertiesAppTenantRestrictionRulePayload: properties",
|
|
1052
1052
|
"args": {},
|
|
1053
1053
|
"deprecationReason": null,
|
|
1054
1054
|
"description": null,
|
|
@@ -1126,7 +1126,7 @@
|
|
|
1126
1126
|
"varName": "properties"
|
|
1127
1127
|
},
|
|
1128
1128
|
"rule": {
|
|
1129
|
-
"alias": "
|
|
1129
|
+
"alias": "ruleAppTenantRestrictionRulePayload: rule",
|
|
1130
1130
|
"args": {},
|
|
1131
1131
|
"deprecationReason": null,
|
|
1132
1132
|
"description": null,
|
|
@@ -1143,7 +1143,7 @@
|
|
|
1143
1143
|
"enumValues": null,
|
|
1144
1144
|
"fields": {
|
|
1145
1145
|
"action": {
|
|
1146
|
-
"alias": "
|
|
1146
|
+
"alias": "actionAppTenantRestrictionRule: action",
|
|
1147
1147
|
"args": {},
|
|
1148
1148
|
"deprecationReason": null,
|
|
1149
1149
|
"description": "The action applied by the App Tenant Restriction if the rule is matched",
|
|
@@ -1189,7 +1189,7 @@
|
|
|
1189
1189
|
"varName": "action"
|
|
1190
1190
|
},
|
|
1191
1191
|
"application": {
|
|
1192
|
-
"alias": "
|
|
1192
|
+
"alias": "applicationAppTenantRestrictionRule: application",
|
|
1193
1193
|
"args": {},
|
|
1194
1194
|
"deprecationReason": null,
|
|
1195
1195
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1307,7 +1307,7 @@
|
|
|
1307
1307
|
"varName": "enabled"
|
|
1308
1308
|
},
|
|
1309
1309
|
"headers": {
|
|
1310
|
-
"alias": "
|
|
1310
|
+
"alias": "headersAppTenantRestrictionRule: headers",
|
|
1311
1311
|
"args": {},
|
|
1312
1312
|
"deprecationReason": null,
|
|
1313
1313
|
"description": "Headers and Values to Inject",
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
"varName": "name"
|
|
1449
1449
|
},
|
|
1450
1450
|
"schedule": {
|
|
1451
|
-
"alias": "
|
|
1451
|
+
"alias": "scheduleAppTenantRestrictionRule: schedule",
|
|
1452
1452
|
"args": {},
|
|
1453
1453
|
"deprecationReason": null,
|
|
1454
1454
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -1465,7 +1465,7 @@
|
|
|
1465
1465
|
"enumValues": null,
|
|
1466
1466
|
"fields": {
|
|
1467
1467
|
"activeOn": {
|
|
1468
|
-
"alias": "
|
|
1468
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
1469
1469
|
"args": {},
|
|
1470
1470
|
"deprecationReason": null,
|
|
1471
1471
|
"description": null,
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
"varName": "activeOn"
|
|
1524
1524
|
},
|
|
1525
1525
|
"customRecurring": {
|
|
1526
|
-
"alias": "
|
|
1526
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
1527
1527
|
"args": {},
|
|
1528
1528
|
"deprecationReason": null,
|
|
1529
1529
|
"description": null,
|
|
@@ -1675,7 +1675,7 @@
|
|
|
1675
1675
|
"varName": "policyCustomRecurring"
|
|
1676
1676
|
},
|
|
1677
1677
|
"customTimeframe": {
|
|
1678
|
-
"alias": "
|
|
1678
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
1679
1679
|
"args": {},
|
|
1680
1680
|
"deprecationReason": null,
|
|
1681
1681
|
"description": null,
|
|
@@ -1767,7 +1767,7 @@
|
|
|
1767
1767
|
"varName": "policySchedule"
|
|
1768
1768
|
},
|
|
1769
1769
|
"section": {
|
|
1770
|
-
"alias": "
|
|
1770
|
+
"alias": "sectionAppTenantRestrictionRule: section",
|
|
1771
1771
|
"args": {},
|
|
1772
1772
|
"deprecationReason": null,
|
|
1773
1773
|
"description": "Policy section where the rule is located",
|
|
@@ -1843,7 +1843,7 @@
|
|
|
1843
1843
|
"varName": "policySectionInfo"
|
|
1844
1844
|
},
|
|
1845
1845
|
"severity": {
|
|
1846
|
-
"alias": "
|
|
1846
|
+
"alias": "severityAppTenantRestrictionRule: severity",
|
|
1847
1847
|
"args": {},
|
|
1848
1848
|
"deprecationReason": null,
|
|
1849
1849
|
"description": "Severity defined for the rule",
|
|
@@ -1895,7 +1895,7 @@
|
|
|
1895
1895
|
"varName": "severity"
|
|
1896
1896
|
},
|
|
1897
1897
|
"source": {
|
|
1898
|
-
"alias": "
|
|
1898
|
+
"alias": "sourceAppTenantRestrictionRule: source",
|
|
1899
1899
|
"args": {},
|
|
1900
1900
|
"deprecationReason": null,
|
|
1901
1901
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1912,7 +1912,7 @@
|
|
|
1912
1912
|
"enumValues": null,
|
|
1913
1913
|
"fields": {
|
|
1914
1914
|
"country": {
|
|
1915
|
-
"alias": "
|
|
1915
|
+
"alias": "countryAppTenantRestrictionSource: country",
|
|
1916
1916
|
"args": {},
|
|
1917
1917
|
"deprecationReason": null,
|
|
1918
1918
|
"description": "Source country traffic matching criteria.",
|
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
"varName": "countryRef"
|
|
1991
1991
|
},
|
|
1992
1992
|
"floatingSubnet": {
|
|
1993
|
-
"alias": "
|
|
1993
|
+
"alias": "floatingSubnetAppTenantRestrictionSource: floatingSubnet",
|
|
1994
1994
|
"args": {},
|
|
1995
1995
|
"deprecationReason": null,
|
|
1996
1996
|
"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.",
|
|
@@ -2068,7 +2068,7 @@
|
|
|
2068
2068
|
"varName": "floatingSubnetRef"
|
|
2069
2069
|
},
|
|
2070
2070
|
"globalIpRange": {
|
|
2071
|
-
"alias": "
|
|
2071
|
+
"alias": "globalIpRangeAppTenantRestrictionSource: globalIpRange",
|
|
2072
2072
|
"args": {},
|
|
2073
2073
|
"deprecationReason": null,
|
|
2074
2074
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2146,7 +2146,7 @@
|
|
|
2146
2146
|
"varName": "globalIpRangeRef"
|
|
2147
2147
|
},
|
|
2148
2148
|
"group": {
|
|
2149
|
-
"alias": "
|
|
2149
|
+
"alias": "groupAppTenantRestrictionSource: group",
|
|
2150
2150
|
"args": {},
|
|
2151
2151
|
"deprecationReason": null,
|
|
2152
2152
|
"description": "Groups defined for your account",
|
|
@@ -2224,7 +2224,7 @@
|
|
|
2224
2224
|
"varName": "groupRef"
|
|
2225
2225
|
},
|
|
2226
2226
|
"host": {
|
|
2227
|
-
"alias": "
|
|
2227
|
+
"alias": "hostAppTenantRestrictionSource: host",
|
|
2228
2228
|
"args": {},
|
|
2229
2229
|
"deprecationReason": null,
|
|
2230
2230
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2325,7 +2325,7 @@
|
|
|
2325
2325
|
"varName": "ip"
|
|
2326
2326
|
},
|
|
2327
2327
|
"ipRange": {
|
|
2328
|
-
"alias": "
|
|
2328
|
+
"alias": "ipRangeAppTenantRestrictionSource: ipRange",
|
|
2329
2329
|
"args": {},
|
|
2330
2330
|
"deprecationReason": null,
|
|
2331
2331
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2403,7 +2403,7 @@
|
|
|
2403
2403
|
"varName": "ipAddressRange"
|
|
2404
2404
|
},
|
|
2405
2405
|
"networkInterface": {
|
|
2406
|
-
"alias": "
|
|
2406
|
+
"alias": "networkInterfaceAppTenantRestrictionSource: networkInterface",
|
|
2407
2407
|
"args": {},
|
|
2408
2408
|
"deprecationReason": null,
|
|
2409
2409
|
"description": "Network range defined for a site",
|
|
@@ -2481,7 +2481,7 @@
|
|
|
2481
2481
|
"varName": "networkInterfaceRef"
|
|
2482
2482
|
},
|
|
2483
2483
|
"site": {
|
|
2484
|
-
"alias": "
|
|
2484
|
+
"alias": "siteAppTenantRestrictionSource: site",
|
|
2485
2485
|
"args": {},
|
|
2486
2486
|
"deprecationReason": null,
|
|
2487
2487
|
"description": "Site defined for the account",
|
|
@@ -2559,7 +2559,7 @@
|
|
|
2559
2559
|
"varName": "siteRef"
|
|
2560
2560
|
},
|
|
2561
2561
|
"siteNetworkSubnet": {
|
|
2562
|
-
"alias": "
|
|
2562
|
+
"alias": "siteNetworkSubnetAppTenantRestrictionSource: siteNetworkSubnet",
|
|
2563
2563
|
"args": {},
|
|
2564
2564
|
"deprecationReason": null,
|
|
2565
2565
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2660,7 +2660,7 @@
|
|
|
2660
2660
|
"varName": "subnet"
|
|
2661
2661
|
},
|
|
2662
2662
|
"systemGroup": {
|
|
2663
|
-
"alias": "
|
|
2663
|
+
"alias": "systemGroupAppTenantRestrictionSource: systemGroup",
|
|
2664
2664
|
"args": {},
|
|
2665
2665
|
"deprecationReason": null,
|
|
2666
2666
|
"description": "Predefined Cato groups",
|
|
@@ -2738,7 +2738,7 @@
|
|
|
2738
2738
|
"varName": "systemGroupRef"
|
|
2739
2739
|
},
|
|
2740
2740
|
"user": {
|
|
2741
|
-
"alias": "
|
|
2741
|
+
"alias": "userAppTenantRestrictionSource: user",
|
|
2742
2742
|
"args": {},
|
|
2743
2743
|
"deprecationReason": null,
|
|
2744
2744
|
"description": "Individual users defined for the account",
|
|
@@ -2816,7 +2816,7 @@
|
|
|
2816
2816
|
"varName": "userRef"
|
|
2817
2817
|
},
|
|
2818
2818
|
"usersGroup": {
|
|
2819
|
-
"alias": "
|
|
2819
|
+
"alias": "usersGroupAppTenantRestrictionSource: usersGroup",
|
|
2820
2820
|
"args": {},
|
|
2821
2821
|
"deprecationReason": null,
|
|
2822
2822
|
"description": "Group of users",
|
|
@@ -2963,7 +2963,7 @@
|
|
|
2963
2963
|
"enumValues": null,
|
|
2964
2964
|
"fields": {
|
|
2965
2965
|
"audit": {
|
|
2966
|
-
"alias": "
|
|
2966
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
2967
2967
|
"args": {},
|
|
2968
2968
|
"deprecationReason": null,
|
|
2969
2969
|
"description": null,
|
|
@@ -3039,7 +3039,7 @@
|
|
|
3039
3039
|
"varName": "policyElementAudit"
|
|
3040
3040
|
},
|
|
3041
3041
|
"properties": {
|
|
3042
|
-
"alias": "
|
|
3042
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
3043
3043
|
"args": {},
|
|
3044
3044
|
"deprecationReason": null,
|
|
3045
3045
|
"description": null,
|
|
@@ -3117,7 +3117,7 @@
|
|
|
3117
3117
|
"varName": "properties"
|
|
3118
3118
|
},
|
|
3119
3119
|
"section": {
|
|
3120
|
-
"alias": "
|
|
3120
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
3121
3121
|
"args": {},
|
|
3122
3122
|
"deprecationReason": null,
|
|
3123
3123
|
"description": null,
|
|
@@ -3228,7 +3228,7 @@
|
|
|
3228
3228
|
"varName": "appTenantRestrictionPolicy"
|
|
3229
3229
|
},
|
|
3230
3230
|
"status": {
|
|
3231
|
-
"alias": "
|
|
3231
|
+
"alias": "statusAppTenantRestrictionPolicyMutationPayload: status",
|
|
3232
3232
|
"args": {},
|
|
3233
3233
|
"deprecationReason": null,
|
|
3234
3234
|
"description": null,
|