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
|
@@ -222,6 +222,7 @@
|
|
|
222
222
|
"PolicyMutationRevisionInput": true,
|
|
223
223
|
"PolicyMutationStatus": true,
|
|
224
224
|
"PolicyRevision": true,
|
|
225
|
+
"PolicyRuleActivePeriod": true,
|
|
225
226
|
"PolicyRuleTrackingAlert": true,
|
|
226
227
|
"PolicyRuleTrackingEvent": true,
|
|
227
228
|
"PolicyRuleTrackingFrequencyEnum": true,
|
|
@@ -557,7 +558,7 @@
|
|
|
557
558
|
"enumValues": null,
|
|
558
559
|
"fields": {
|
|
559
560
|
"errors": {
|
|
560
|
-
"alias": "
|
|
561
|
+
"alias": "errorsInternetFirewallPolicyMutationPayload: errors",
|
|
561
562
|
"args": {},
|
|
562
563
|
"deprecationReason": null,
|
|
563
564
|
"description": null,
|
|
@@ -633,7 +634,7 @@
|
|
|
633
634
|
"varName": "policyMutationError"
|
|
634
635
|
},
|
|
635
636
|
"policy": {
|
|
636
|
-
"alias": "
|
|
637
|
+
"alias": "policyInternetFirewallPolicyMutationPayload: policy",
|
|
637
638
|
"args": {},
|
|
638
639
|
"deprecationReason": null,
|
|
639
640
|
"description": null,
|
|
@@ -919,7 +920,7 @@
|
|
|
919
920
|
"enumValues": null,
|
|
920
921
|
"fields": {
|
|
921
922
|
"audit": {
|
|
922
|
-
"alias": "
|
|
923
|
+
"alias": "auditInternetFirewallRulePayload: audit",
|
|
923
924
|
"args": {},
|
|
924
925
|
"deprecationReason": null,
|
|
925
926
|
"description": null,
|
|
@@ -995,7 +996,7 @@
|
|
|
995
996
|
"varName": "policyElementAudit"
|
|
996
997
|
},
|
|
997
998
|
"properties": {
|
|
998
|
-
"alias": "
|
|
999
|
+
"alias": "propertiesInternetFirewallRulePayload: properties",
|
|
999
1000
|
"args": {},
|
|
1000
1001
|
"deprecationReason": null,
|
|
1001
1002
|
"description": null,
|
|
@@ -1073,7 +1074,7 @@
|
|
|
1073
1074
|
"varName": "properties"
|
|
1074
1075
|
},
|
|
1075
1076
|
"rule": {
|
|
1076
|
-
"alias": "
|
|
1077
|
+
"alias": "ruleInternetFirewallRulePayload: rule",
|
|
1077
1078
|
"args": {},
|
|
1078
1079
|
"deprecationReason": null,
|
|
1079
1080
|
"description": null,
|
|
@@ -1090,7 +1091,7 @@
|
|
|
1090
1091
|
"enumValues": null,
|
|
1091
1092
|
"fields": {
|
|
1092
1093
|
"action": {
|
|
1093
|
-
"alias": "
|
|
1094
|
+
"alias": "actionInternetFirewallRule: action",
|
|
1094
1095
|
"args": {},
|
|
1095
1096
|
"deprecationReason": null,
|
|
1096
1097
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1147,8 +1148,124 @@
|
|
|
1147
1148
|
},
|
|
1148
1149
|
"varName": "action"
|
|
1149
1150
|
},
|
|
1151
|
+
"activePeriod": {
|
|
1152
|
+
"alias": "activePeriodInternetFirewallRule: activePeriod",
|
|
1153
|
+
"args": {},
|
|
1154
|
+
"deprecationReason": null,
|
|
1155
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
1156
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___activePeriod",
|
|
1157
|
+
"isDeprecated": false,
|
|
1158
|
+
"name": "activePeriod",
|
|
1159
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.activePeriod",
|
|
1160
|
+
"requestStr": "$policyRuleActivePeriod:PolicyRuleActivePeriod! ",
|
|
1161
|
+
"required": true,
|
|
1162
|
+
"responseStr": "activePeriod:$policyRuleActivePeriod ",
|
|
1163
|
+
"type": {
|
|
1164
|
+
"definition": {
|
|
1165
|
+
"description": "Returns the time period during which the rule is active, outside this period, the rule is inactive",
|
|
1166
|
+
"enumValues": null,
|
|
1167
|
+
"fields": {
|
|
1168
|
+
"effectiveFrom": {
|
|
1169
|
+
"args": {},
|
|
1170
|
+
"deprecationReason": null,
|
|
1171
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
1172
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___activePeriod___effectiveFrom",
|
|
1173
|
+
"isDeprecated": false,
|
|
1174
|
+
"name": "effectiveFrom",
|
|
1175
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.activePeriod.effectiveFrom",
|
|
1176
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
1177
|
+
"required": false,
|
|
1178
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
1179
|
+
"type": {
|
|
1180
|
+
"kind": [
|
|
1181
|
+
"SCALAR"
|
|
1182
|
+
],
|
|
1183
|
+
"name": "DateTime",
|
|
1184
|
+
"non_null": false
|
|
1185
|
+
},
|
|
1186
|
+
"varName": "effectiveFrom"
|
|
1187
|
+
},
|
|
1188
|
+
"expiresAt": {
|
|
1189
|
+
"args": {},
|
|
1190
|
+
"deprecationReason": null,
|
|
1191
|
+
"description": "The time the rule expires, if not used, default null",
|
|
1192
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___activePeriod___expiresAt",
|
|
1193
|
+
"isDeprecated": false,
|
|
1194
|
+
"name": "expiresAt",
|
|
1195
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.activePeriod.expiresAt",
|
|
1196
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
1197
|
+
"required": false,
|
|
1198
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
1199
|
+
"type": {
|
|
1200
|
+
"kind": [
|
|
1201
|
+
"SCALAR"
|
|
1202
|
+
],
|
|
1203
|
+
"name": "DateTime",
|
|
1204
|
+
"non_null": false
|
|
1205
|
+
},
|
|
1206
|
+
"varName": "expiresAt"
|
|
1207
|
+
},
|
|
1208
|
+
"useEffectiveFrom": {
|
|
1209
|
+
"args": {},
|
|
1210
|
+
"deprecationReason": null,
|
|
1211
|
+
"description": null,
|
|
1212
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___activePeriod___useEffectiveFrom",
|
|
1213
|
+
"isDeprecated": false,
|
|
1214
|
+
"name": "useEffectiveFrom",
|
|
1215
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.activePeriod.useEffectiveFrom",
|
|
1216
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
1217
|
+
"required": true,
|
|
1218
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
1219
|
+
"type": {
|
|
1220
|
+
"kind": [
|
|
1221
|
+
"NON_NULL",
|
|
1222
|
+
"SCALAR"
|
|
1223
|
+
],
|
|
1224
|
+
"name": "Boolean",
|
|
1225
|
+
"non_null": false
|
|
1226
|
+
},
|
|
1227
|
+
"varName": "useEffectiveFrom"
|
|
1228
|
+
},
|
|
1229
|
+
"useExpiresAt": {
|
|
1230
|
+
"args": {},
|
|
1231
|
+
"deprecationReason": null,
|
|
1232
|
+
"description": null,
|
|
1233
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___activePeriod___useExpiresAt",
|
|
1234
|
+
"isDeprecated": false,
|
|
1235
|
+
"name": "useExpiresAt",
|
|
1236
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.activePeriod.useExpiresAt",
|
|
1237
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
1238
|
+
"required": true,
|
|
1239
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
1240
|
+
"type": {
|
|
1241
|
+
"kind": [
|
|
1242
|
+
"NON_NULL",
|
|
1243
|
+
"SCALAR"
|
|
1244
|
+
],
|
|
1245
|
+
"name": "Boolean",
|
|
1246
|
+
"non_null": false
|
|
1247
|
+
},
|
|
1248
|
+
"varName": "useExpiresAt"
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
"inputFields": null,
|
|
1252
|
+
"interfaces": {},
|
|
1253
|
+
"kind": "OBJECT",
|
|
1254
|
+
"name": "PolicyRuleActivePeriod",
|
|
1255
|
+
"possibleTypes": null
|
|
1256
|
+
},
|
|
1257
|
+
"indexType": "object",
|
|
1258
|
+
"kind": [
|
|
1259
|
+
"NON_NULL",
|
|
1260
|
+
"OBJECT"
|
|
1261
|
+
],
|
|
1262
|
+
"name": "PolicyRuleActivePeriod",
|
|
1263
|
+
"non_null": false
|
|
1264
|
+
},
|
|
1265
|
+
"varName": "policyRuleActivePeriod"
|
|
1266
|
+
},
|
|
1150
1267
|
"connectionOrigin": {
|
|
1151
|
-
"alias": "
|
|
1268
|
+
"alias": "connectionOriginInternetFirewallRule: connectionOrigin",
|
|
1152
1269
|
"args": {},
|
|
1153
1270
|
"deprecationReason": null,
|
|
1154
1271
|
"description": "Connection origin of the traffic",
|
|
@@ -1200,7 +1317,7 @@
|
|
|
1200
1317
|
"varName": "connectionOrigin"
|
|
1201
1318
|
},
|
|
1202
1319
|
"country": {
|
|
1203
|
-
"alias": "
|
|
1320
|
+
"alias": "countryInternetFirewallRule: country",
|
|
1204
1321
|
"args": {},
|
|
1205
1322
|
"deprecationReason": null,
|
|
1206
1323
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1299,7 +1416,7 @@
|
|
|
1299
1416
|
"varName": "description"
|
|
1300
1417
|
},
|
|
1301
1418
|
"destination": {
|
|
1302
|
-
"alias": "
|
|
1419
|
+
"alias": "destinationInternetFirewallRule: destination",
|
|
1303
1420
|
"args": {},
|
|
1304
1421
|
"deprecationReason": null,
|
|
1305
1422
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1316,7 +1433,7 @@
|
|
|
1316
1433
|
"enumValues": null,
|
|
1317
1434
|
"fields": {
|
|
1318
1435
|
"appCategory": {
|
|
1319
|
-
"alias": "
|
|
1436
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
1320
1437
|
"args": {},
|
|
1321
1438
|
"deprecationReason": null,
|
|
1322
1439
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1394,7 +1511,7 @@
|
|
|
1394
1511
|
"varName": "applicationCategoryRef"
|
|
1395
1512
|
},
|
|
1396
1513
|
"application": {
|
|
1397
|
-
"alias": "
|
|
1514
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
1398
1515
|
"args": {},
|
|
1399
1516
|
"deprecationReason": null,
|
|
1400
1517
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1472,7 +1589,7 @@
|
|
|
1472
1589
|
"varName": "applicationRef"
|
|
1473
1590
|
},
|
|
1474
1591
|
"containers": {
|
|
1475
|
-
"alias": "
|
|
1592
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
1476
1593
|
"args": {},
|
|
1477
1594
|
"deprecationReason": null,
|
|
1478
1595
|
"description": null,
|
|
@@ -1489,7 +1606,7 @@
|
|
|
1489
1606
|
"enumValues": null,
|
|
1490
1607
|
"fields": {
|
|
1491
1608
|
"fqdnContainer": {
|
|
1492
|
-
"alias": "
|
|
1609
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
1493
1610
|
"args": {},
|
|
1494
1611
|
"deprecationReason": null,
|
|
1495
1612
|
"description": null,
|
|
@@ -1567,7 +1684,7 @@
|
|
|
1567
1684
|
"varName": "fqdnContainerRef"
|
|
1568
1685
|
},
|
|
1569
1686
|
"ipAddressRangeContainer": {
|
|
1570
|
-
"alias": "
|
|
1687
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
1571
1688
|
"args": {},
|
|
1572
1689
|
"deprecationReason": null,
|
|
1573
1690
|
"description": null,
|
|
@@ -1662,7 +1779,7 @@
|
|
|
1662
1779
|
"varName": "internetFirewallContainer"
|
|
1663
1780
|
},
|
|
1664
1781
|
"country": {
|
|
1665
|
-
"alias": "
|
|
1782
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
1666
1783
|
"args": {},
|
|
1667
1784
|
"deprecationReason": null,
|
|
1668
1785
|
"description": "Countries",
|
|
@@ -1740,7 +1857,7 @@
|
|
|
1740
1857
|
"varName": "countryRef"
|
|
1741
1858
|
},
|
|
1742
1859
|
"customApp": {
|
|
1743
|
-
"alias": "
|
|
1860
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
1744
1861
|
"args": {},
|
|
1745
1862
|
"deprecationReason": null,
|
|
1746
1863
|
"description": "Custom (user-defined) applications",
|
|
@@ -1818,7 +1935,7 @@
|
|
|
1818
1935
|
"varName": "customApplicationRef"
|
|
1819
1936
|
},
|
|
1820
1937
|
"customCategory": {
|
|
1821
|
-
"alias": "
|
|
1938
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
1822
1939
|
"args": {},
|
|
1823
1940
|
"deprecationReason": null,
|
|
1824
1941
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1942,7 +2059,7 @@
|
|
|
1942
2059
|
"varName": "fqdn"
|
|
1943
2060
|
},
|
|
1944
2061
|
"globalIpRange": {
|
|
1945
|
-
"alias": "
|
|
2062
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
1946
2063
|
"args": {},
|
|
1947
2064
|
"deprecationReason": null,
|
|
1948
2065
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2043,7 +2160,7 @@
|
|
|
2043
2160
|
"varName": "ip"
|
|
2044
2161
|
},
|
|
2045
2162
|
"ipRange": {
|
|
2046
|
-
"alias": "
|
|
2163
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
2047
2164
|
"args": {},
|
|
2048
2165
|
"deprecationReason": null,
|
|
2049
2166
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -2144,7 +2261,7 @@
|
|
|
2144
2261
|
"varName": "remoteAsn"
|
|
2145
2262
|
},
|
|
2146
2263
|
"sanctionedAppsCategory": {
|
|
2147
|
-
"alias": "
|
|
2264
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
2148
2265
|
"args": {},
|
|
2149
2266
|
"deprecationReason": null,
|
|
2150
2267
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -2262,7 +2379,7 @@
|
|
|
2262
2379
|
"varName": "internetFirewallDestination"
|
|
2263
2380
|
},
|
|
2264
2381
|
"device": {
|
|
2265
|
-
"alias": "
|
|
2382
|
+
"alias": "deviceInternetFirewallRule: device",
|
|
2266
2383
|
"args": {},
|
|
2267
2384
|
"deprecationReason": null,
|
|
2268
2385
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2340,7 +2457,7 @@
|
|
|
2340
2457
|
"varName": "deviceProfileRef"
|
|
2341
2458
|
},
|
|
2342
2459
|
"deviceAttributes": {
|
|
2343
|
-
"alias": "
|
|
2460
|
+
"alias": "deviceAttributesInternetFirewallRule: deviceAttributes",
|
|
2344
2461
|
"args": {},
|
|
2345
2462
|
"deprecationReason": null,
|
|
2346
2463
|
"description": "Additional device attributes such as category, type, model, and manufacturer.\nLogical 'OR' is applied within the criteria set.\nLogical 'AND' is applied between criteria sets.",
|
|
@@ -2512,7 +2629,7 @@
|
|
|
2512
2629
|
"varName": "deviceAttributes"
|
|
2513
2630
|
},
|
|
2514
2631
|
"deviceOS": {
|
|
2515
|
-
"alias": "
|
|
2632
|
+
"alias": "deviceOSInternetFirewallRule: deviceOS",
|
|
2516
2633
|
"args": {},
|
|
2517
2634
|
"deprecationReason": null,
|
|
2518
2635
|
"description": "Source device Operating System traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2605,7 +2722,7 @@
|
|
|
2605
2722
|
"varName": "enabled"
|
|
2606
2723
|
},
|
|
2607
2724
|
"exceptions": {
|
|
2608
|
-
"alias": "
|
|
2725
|
+
"alias": "exceptionsInternetFirewallRule: exceptions",
|
|
2609
2726
|
"args": {},
|
|
2610
2727
|
"deprecationReason": null,
|
|
2611
2728
|
"description": "The set of exceptions for the rule.\nExceptions define when the rule will be ignored and the firewall evaluation will continue with the lower priority rules.",
|
|
@@ -2622,7 +2739,7 @@
|
|
|
2622
2739
|
"enumValues": null,
|
|
2623
2740
|
"fields": {
|
|
2624
2741
|
"connectionOrigin": {
|
|
2625
|
-
"alias": "
|
|
2742
|
+
"alias": "connectionOriginInternetFirewallRuleException: connectionOrigin",
|
|
2626
2743
|
"args": {},
|
|
2627
2744
|
"deprecationReason": null,
|
|
2628
2745
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -2674,7 +2791,7 @@
|
|
|
2674
2791
|
"varName": "connectionOrigin"
|
|
2675
2792
|
},
|
|
2676
2793
|
"country": {
|
|
2677
|
-
"alias": "
|
|
2794
|
+
"alias": "countryInternetFirewallRuleException: country",
|
|
2678
2795
|
"args": {},
|
|
2679
2796
|
"deprecationReason": null,
|
|
2680
2797
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -2752,7 +2869,7 @@
|
|
|
2752
2869
|
"varName": "countryRef"
|
|
2753
2870
|
},
|
|
2754
2871
|
"destination": {
|
|
2755
|
-
"alias": "
|
|
2872
|
+
"alias": "destinationInternetFirewallRuleException: destination",
|
|
2756
2873
|
"args": {},
|
|
2757
2874
|
"deprecationReason": null,
|
|
2758
2875
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -2769,7 +2886,7 @@
|
|
|
2769
2886
|
"enumValues": null,
|
|
2770
2887
|
"fields": {
|
|
2771
2888
|
"appCategory": {
|
|
2772
|
-
"alias": "
|
|
2889
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
2773
2890
|
"args": {},
|
|
2774
2891
|
"deprecationReason": null,
|
|
2775
2892
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -2847,7 +2964,7 @@
|
|
|
2847
2964
|
"varName": "applicationCategoryRef"
|
|
2848
2965
|
},
|
|
2849
2966
|
"application": {
|
|
2850
|
-
"alias": "
|
|
2967
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
2851
2968
|
"args": {},
|
|
2852
2969
|
"deprecationReason": null,
|
|
2853
2970
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -2925,7 +3042,7 @@
|
|
|
2925
3042
|
"varName": "applicationRef"
|
|
2926
3043
|
},
|
|
2927
3044
|
"containers": {
|
|
2928
|
-
"alias": "
|
|
3045
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
2929
3046
|
"args": {},
|
|
2930
3047
|
"deprecationReason": null,
|
|
2931
3048
|
"description": null,
|
|
@@ -2942,7 +3059,7 @@
|
|
|
2942
3059
|
"enumValues": null,
|
|
2943
3060
|
"fields": {
|
|
2944
3061
|
"fqdnContainer": {
|
|
2945
|
-
"alias": "
|
|
3062
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
2946
3063
|
"args": {},
|
|
2947
3064
|
"deprecationReason": null,
|
|
2948
3065
|
"description": null,
|
|
@@ -3020,7 +3137,7 @@
|
|
|
3020
3137
|
"varName": "fqdnContainerRef"
|
|
3021
3138
|
},
|
|
3022
3139
|
"ipAddressRangeContainer": {
|
|
3023
|
-
"alias": "
|
|
3140
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
3024
3141
|
"args": {},
|
|
3025
3142
|
"deprecationReason": null,
|
|
3026
3143
|
"description": null,
|
|
@@ -3115,7 +3232,7 @@
|
|
|
3115
3232
|
"varName": "internetFirewallContainer"
|
|
3116
3233
|
},
|
|
3117
3234
|
"country": {
|
|
3118
|
-
"alias": "
|
|
3235
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
3119
3236
|
"args": {},
|
|
3120
3237
|
"deprecationReason": null,
|
|
3121
3238
|
"description": "Countries",
|
|
@@ -3193,7 +3310,7 @@
|
|
|
3193
3310
|
"varName": "countryRef"
|
|
3194
3311
|
},
|
|
3195
3312
|
"customApp": {
|
|
3196
|
-
"alias": "
|
|
3313
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
3197
3314
|
"args": {},
|
|
3198
3315
|
"deprecationReason": null,
|
|
3199
3316
|
"description": "Custom (user-defined) applications",
|
|
@@ -3271,7 +3388,7 @@
|
|
|
3271
3388
|
"varName": "customApplicationRef"
|
|
3272
3389
|
},
|
|
3273
3390
|
"customCategory": {
|
|
3274
|
-
"alias": "
|
|
3391
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
3275
3392
|
"args": {},
|
|
3276
3393
|
"deprecationReason": null,
|
|
3277
3394
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3395,7 +3512,7 @@
|
|
|
3395
3512
|
"varName": "fqdn"
|
|
3396
3513
|
},
|
|
3397
3514
|
"globalIpRange": {
|
|
3398
|
-
"alias": "
|
|
3515
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
3399
3516
|
"args": {},
|
|
3400
3517
|
"deprecationReason": null,
|
|
3401
3518
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3496,7 +3613,7 @@
|
|
|
3496
3613
|
"varName": "ip"
|
|
3497
3614
|
},
|
|
3498
3615
|
"ipRange": {
|
|
3499
|
-
"alias": "
|
|
3616
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
3500
3617
|
"args": {},
|
|
3501
3618
|
"deprecationReason": null,
|
|
3502
3619
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3597,7 +3714,7 @@
|
|
|
3597
3714
|
"varName": "remoteAsn"
|
|
3598
3715
|
},
|
|
3599
3716
|
"sanctionedAppsCategory": {
|
|
3600
|
-
"alias": "
|
|
3717
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
3601
3718
|
"args": {},
|
|
3602
3719
|
"deprecationReason": null,
|
|
3603
3720
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3715,7 +3832,7 @@
|
|
|
3715
3832
|
"varName": "internetFirewallDestination"
|
|
3716
3833
|
},
|
|
3717
3834
|
"device": {
|
|
3718
|
-
"alias": "
|
|
3835
|
+
"alias": "deviceInternetFirewallRuleException: device",
|
|
3719
3836
|
"args": {},
|
|
3720
3837
|
"deprecationReason": null,
|
|
3721
3838
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -3793,7 +3910,7 @@
|
|
|
3793
3910
|
"varName": "deviceProfileRef"
|
|
3794
3911
|
},
|
|
3795
3912
|
"deviceAttributes": {
|
|
3796
|
-
"alias": "
|
|
3913
|
+
"alias": "deviceAttributesInternetFirewallRuleException: deviceAttributes",
|
|
3797
3914
|
"args": {},
|
|
3798
3915
|
"deprecationReason": null,
|
|
3799
3916
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -3965,7 +4082,7 @@
|
|
|
3965
4082
|
"varName": "deviceAttributes"
|
|
3966
4083
|
},
|
|
3967
4084
|
"deviceOS": {
|
|
3968
|
-
"alias": "
|
|
4085
|
+
"alias": "deviceOSInternetFirewallRuleException: deviceOS",
|
|
3969
4086
|
"args": {},
|
|
3970
4087
|
"deprecationReason": null,
|
|
3971
4088
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -4058,7 +4175,7 @@
|
|
|
4058
4175
|
"varName": "name"
|
|
4059
4176
|
},
|
|
4060
4177
|
"service": {
|
|
4061
|
-
"alias": "
|
|
4178
|
+
"alias": "serviceInternetFirewallRuleException: service",
|
|
4062
4179
|
"args": {},
|
|
4063
4180
|
"deprecationReason": null,
|
|
4064
4181
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -4075,7 +4192,7 @@
|
|
|
4075
4192
|
"enumValues": null,
|
|
4076
4193
|
"fields": {
|
|
4077
4194
|
"custom": {
|
|
4078
|
-
"alias": "
|
|
4195
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
4079
4196
|
"args": {},
|
|
4080
4197
|
"deprecationReason": null,
|
|
4081
4198
|
"description": null,
|
|
@@ -4114,7 +4231,7 @@
|
|
|
4114
4231
|
"varName": "port"
|
|
4115
4232
|
},
|
|
4116
4233
|
"portRange": {
|
|
4117
|
-
"alias": "
|
|
4234
|
+
"alias": "portRangeCustomService: portRange",
|
|
4118
4235
|
"args": {},
|
|
4119
4236
|
"deprecationReason": null,
|
|
4120
4237
|
"description": null,
|
|
@@ -4189,7 +4306,7 @@
|
|
|
4189
4306
|
"varName": "portRange"
|
|
4190
4307
|
},
|
|
4191
4308
|
"protocol": {
|
|
4192
|
-
"alias": "
|
|
4309
|
+
"alias": "protocolCustomService: protocol",
|
|
4193
4310
|
"args": {},
|
|
4194
4311
|
"deprecationReason": null,
|
|
4195
4312
|
"description": null,
|
|
@@ -4272,7 +4389,7 @@
|
|
|
4272
4389
|
"varName": "customService"
|
|
4273
4390
|
},
|
|
4274
4391
|
"standard": {
|
|
4275
|
-
"alias": "
|
|
4392
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
4276
4393
|
"args": {},
|
|
4277
4394
|
"deprecationReason": null,
|
|
4278
4395
|
"description": null,
|
|
@@ -4367,7 +4484,7 @@
|
|
|
4367
4484
|
"varName": "internetFirewallServiceType"
|
|
4368
4485
|
},
|
|
4369
4486
|
"source": {
|
|
4370
|
-
"alias": "
|
|
4487
|
+
"alias": "sourceInternetFirewallRuleException: source",
|
|
4371
4488
|
"args": {},
|
|
4372
4489
|
"deprecationReason": null,
|
|
4373
4490
|
"description": "Source traffic matching criteria for the exception.",
|
|
@@ -4384,7 +4501,7 @@
|
|
|
4384
4501
|
"enumValues": null,
|
|
4385
4502
|
"fields": {
|
|
4386
4503
|
"floatingSubnet": {
|
|
4387
|
-
"alias": "
|
|
4504
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
4388
4505
|
"args": {},
|
|
4389
4506
|
"deprecationReason": null,
|
|
4390
4507
|
"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.",
|
|
@@ -4462,7 +4579,7 @@
|
|
|
4462
4579
|
"varName": "floatingSubnetRef"
|
|
4463
4580
|
},
|
|
4464
4581
|
"globalIpRange": {
|
|
4465
|
-
"alias": "
|
|
4582
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
4466
4583
|
"args": {},
|
|
4467
4584
|
"deprecationReason": null,
|
|
4468
4585
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4540,7 +4657,7 @@
|
|
|
4540
4657
|
"varName": "globalIpRangeRef"
|
|
4541
4658
|
},
|
|
4542
4659
|
"group": {
|
|
4543
|
-
"alias": "
|
|
4660
|
+
"alias": "groupInternetFirewallSource: group",
|
|
4544
4661
|
"args": {},
|
|
4545
4662
|
"deprecationReason": null,
|
|
4546
4663
|
"description": "Groups defined for your account",
|
|
@@ -4618,7 +4735,7 @@
|
|
|
4618
4735
|
"varName": "groupRef"
|
|
4619
4736
|
},
|
|
4620
4737
|
"host": {
|
|
4621
|
-
"alias": "
|
|
4738
|
+
"alias": "hostInternetFirewallSource: host",
|
|
4622
4739
|
"args": {},
|
|
4623
4740
|
"deprecationReason": null,
|
|
4624
4741
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4719,7 +4836,7 @@
|
|
|
4719
4836
|
"varName": "ip"
|
|
4720
4837
|
},
|
|
4721
4838
|
"ipRange": {
|
|
4722
|
-
"alias": "
|
|
4839
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
4723
4840
|
"args": {},
|
|
4724
4841
|
"deprecationReason": null,
|
|
4725
4842
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4797,7 +4914,7 @@
|
|
|
4797
4914
|
"varName": "ipAddressRange"
|
|
4798
4915
|
},
|
|
4799
4916
|
"networkInterface": {
|
|
4800
|
-
"alias": "
|
|
4917
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
4801
4918
|
"args": {},
|
|
4802
4919
|
"deprecationReason": null,
|
|
4803
4920
|
"description": "Network range defined for a site",
|
|
@@ -4875,7 +4992,7 @@
|
|
|
4875
4992
|
"varName": "networkInterfaceRef"
|
|
4876
4993
|
},
|
|
4877
4994
|
"site": {
|
|
4878
|
-
"alias": "
|
|
4995
|
+
"alias": "siteInternetFirewallSource: site",
|
|
4879
4996
|
"args": {},
|
|
4880
4997
|
"deprecationReason": null,
|
|
4881
4998
|
"description": "Site defined for the account",
|
|
@@ -4953,7 +5070,7 @@
|
|
|
4953
5070
|
"varName": "siteRef"
|
|
4954
5071
|
},
|
|
4955
5072
|
"siteNetworkSubnet": {
|
|
4956
|
-
"alias": "
|
|
5073
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
4957
5074
|
"args": {},
|
|
4958
5075
|
"deprecationReason": null,
|
|
4959
5076
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -5054,7 +5171,7 @@
|
|
|
5054
5171
|
"varName": "subnet"
|
|
5055
5172
|
},
|
|
5056
5173
|
"systemGroup": {
|
|
5057
|
-
"alias": "
|
|
5174
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
5058
5175
|
"args": {},
|
|
5059
5176
|
"deprecationReason": null,
|
|
5060
5177
|
"description": "Predefined Cato groups",
|
|
@@ -5132,7 +5249,7 @@
|
|
|
5132
5249
|
"varName": "systemGroupRef"
|
|
5133
5250
|
},
|
|
5134
5251
|
"user": {
|
|
5135
|
-
"alias": "
|
|
5252
|
+
"alias": "userInternetFirewallSource: user",
|
|
5136
5253
|
"args": {},
|
|
5137
5254
|
"deprecationReason": null,
|
|
5138
5255
|
"description": "Individual users defined for the account",
|
|
@@ -5210,7 +5327,7 @@
|
|
|
5210
5327
|
"varName": "userRef"
|
|
5211
5328
|
},
|
|
5212
5329
|
"usersGroup": {
|
|
5213
|
-
"alias": "
|
|
5330
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
5214
5331
|
"args": {},
|
|
5215
5332
|
"deprecationReason": null,
|
|
5216
5333
|
"description": "Group of users",
|
|
@@ -5387,7 +5504,7 @@
|
|
|
5387
5504
|
"varName": "name"
|
|
5388
5505
|
},
|
|
5389
5506
|
"schedule": {
|
|
5390
|
-
"alias": "
|
|
5507
|
+
"alias": "scheduleInternetFirewallRule: schedule",
|
|
5391
5508
|
"args": {},
|
|
5392
5509
|
"deprecationReason": null,
|
|
5393
5510
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -5404,7 +5521,7 @@
|
|
|
5404
5521
|
"enumValues": null,
|
|
5405
5522
|
"fields": {
|
|
5406
5523
|
"activeOn": {
|
|
5407
|
-
"alias": "
|
|
5524
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
5408
5525
|
"args": {},
|
|
5409
5526
|
"deprecationReason": null,
|
|
5410
5527
|
"description": null,
|
|
@@ -5462,7 +5579,7 @@
|
|
|
5462
5579
|
"varName": "activeOn"
|
|
5463
5580
|
},
|
|
5464
5581
|
"customRecurring": {
|
|
5465
|
-
"alias": "
|
|
5582
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
5466
5583
|
"args": {},
|
|
5467
5584
|
"deprecationReason": null,
|
|
5468
5585
|
"description": null,
|
|
@@ -5614,7 +5731,7 @@
|
|
|
5614
5731
|
"varName": "policyCustomRecurring"
|
|
5615
5732
|
},
|
|
5616
5733
|
"customTimeframe": {
|
|
5617
|
-
"alias": "
|
|
5734
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
5618
5735
|
"args": {},
|
|
5619
5736
|
"deprecationReason": null,
|
|
5620
5737
|
"description": null,
|
|
@@ -5706,7 +5823,7 @@
|
|
|
5706
5823
|
"varName": "policySchedule"
|
|
5707
5824
|
},
|
|
5708
5825
|
"section": {
|
|
5709
|
-
"alias": "
|
|
5826
|
+
"alias": "sectionInternetFirewallRule: section",
|
|
5710
5827
|
"args": {},
|
|
5711
5828
|
"deprecationReason": null,
|
|
5712
5829
|
"description": "Policy section where the rule is located",
|
|
@@ -5782,7 +5899,7 @@
|
|
|
5782
5899
|
"varName": "policySectionInfo"
|
|
5783
5900
|
},
|
|
5784
5901
|
"service": {
|
|
5785
|
-
"alias": "
|
|
5902
|
+
"alias": "serviceInternetFirewallRule: service",
|
|
5786
5903
|
"args": {},
|
|
5787
5904
|
"deprecationReason": null,
|
|
5788
5905
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -5799,7 +5916,7 @@
|
|
|
5799
5916
|
"enumValues": null,
|
|
5800
5917
|
"fields": {
|
|
5801
5918
|
"custom": {
|
|
5802
|
-
"alias": "
|
|
5919
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
5803
5920
|
"args": {},
|
|
5804
5921
|
"deprecationReason": null,
|
|
5805
5922
|
"description": null,
|
|
@@ -5838,7 +5955,7 @@
|
|
|
5838
5955
|
"varName": "port"
|
|
5839
5956
|
},
|
|
5840
5957
|
"portRange": {
|
|
5841
|
-
"alias": "
|
|
5958
|
+
"alias": "portRangeCustomService: portRange",
|
|
5842
5959
|
"args": {},
|
|
5843
5960
|
"deprecationReason": null,
|
|
5844
5961
|
"description": null,
|
|
@@ -5913,7 +6030,7 @@
|
|
|
5913
6030
|
"varName": "portRange"
|
|
5914
6031
|
},
|
|
5915
6032
|
"protocol": {
|
|
5916
|
-
"alias": "
|
|
6033
|
+
"alias": "protocolCustomService: protocol",
|
|
5917
6034
|
"args": {},
|
|
5918
6035
|
"deprecationReason": null,
|
|
5919
6036
|
"description": null,
|
|
@@ -5996,7 +6113,7 @@
|
|
|
5996
6113
|
"varName": "customService"
|
|
5997
6114
|
},
|
|
5998
6115
|
"standard": {
|
|
5999
|
-
"alias": "
|
|
6116
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
6000
6117
|
"args": {},
|
|
6001
6118
|
"deprecationReason": null,
|
|
6002
6119
|
"description": null,
|
|
@@ -6091,7 +6208,7 @@
|
|
|
6091
6208
|
"varName": "internetFirewallServiceType"
|
|
6092
6209
|
},
|
|
6093
6210
|
"source": {
|
|
6094
|
-
"alias": "
|
|
6211
|
+
"alias": "sourceInternetFirewallRule: source",
|
|
6095
6212
|
"args": {},
|
|
6096
6213
|
"deprecationReason": null,
|
|
6097
6214
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6108,7 +6225,7 @@
|
|
|
6108
6225
|
"enumValues": null,
|
|
6109
6226
|
"fields": {
|
|
6110
6227
|
"floatingSubnet": {
|
|
6111
|
-
"alias": "
|
|
6228
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
6112
6229
|
"args": {},
|
|
6113
6230
|
"deprecationReason": null,
|
|
6114
6231
|
"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.",
|
|
@@ -6186,7 +6303,7 @@
|
|
|
6186
6303
|
"varName": "floatingSubnetRef"
|
|
6187
6304
|
},
|
|
6188
6305
|
"globalIpRange": {
|
|
6189
|
-
"alias": "
|
|
6306
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
6190
6307
|
"args": {},
|
|
6191
6308
|
"deprecationReason": null,
|
|
6192
6309
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -6264,7 +6381,7 @@
|
|
|
6264
6381
|
"varName": "globalIpRangeRef"
|
|
6265
6382
|
},
|
|
6266
6383
|
"group": {
|
|
6267
|
-
"alias": "
|
|
6384
|
+
"alias": "groupInternetFirewallSource: group",
|
|
6268
6385
|
"args": {},
|
|
6269
6386
|
"deprecationReason": null,
|
|
6270
6387
|
"description": "Groups defined for your account",
|
|
@@ -6342,7 +6459,7 @@
|
|
|
6342
6459
|
"varName": "groupRef"
|
|
6343
6460
|
},
|
|
6344
6461
|
"host": {
|
|
6345
|
-
"alias": "
|
|
6462
|
+
"alias": "hostInternetFirewallSource: host",
|
|
6346
6463
|
"args": {},
|
|
6347
6464
|
"deprecationReason": null,
|
|
6348
6465
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6443,7 +6560,7 @@
|
|
|
6443
6560
|
"varName": "ip"
|
|
6444
6561
|
},
|
|
6445
6562
|
"ipRange": {
|
|
6446
|
-
"alias": "
|
|
6563
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
6447
6564
|
"args": {},
|
|
6448
6565
|
"deprecationReason": null,
|
|
6449
6566
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6521,7 +6638,7 @@
|
|
|
6521
6638
|
"varName": "ipAddressRange"
|
|
6522
6639
|
},
|
|
6523
6640
|
"networkInterface": {
|
|
6524
|
-
"alias": "
|
|
6641
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
6525
6642
|
"args": {},
|
|
6526
6643
|
"deprecationReason": null,
|
|
6527
6644
|
"description": "Network range defined for a site",
|
|
@@ -6599,7 +6716,7 @@
|
|
|
6599
6716
|
"varName": "networkInterfaceRef"
|
|
6600
6717
|
},
|
|
6601
6718
|
"site": {
|
|
6602
|
-
"alias": "
|
|
6719
|
+
"alias": "siteInternetFirewallSource: site",
|
|
6603
6720
|
"args": {},
|
|
6604
6721
|
"deprecationReason": null,
|
|
6605
6722
|
"description": "Site defined for the account",
|
|
@@ -6677,7 +6794,7 @@
|
|
|
6677
6794
|
"varName": "siteRef"
|
|
6678
6795
|
},
|
|
6679
6796
|
"siteNetworkSubnet": {
|
|
6680
|
-
"alias": "
|
|
6797
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
6681
6798
|
"args": {},
|
|
6682
6799
|
"deprecationReason": null,
|
|
6683
6800
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6778,7 +6895,7 @@
|
|
|
6778
6895
|
"varName": "subnet"
|
|
6779
6896
|
},
|
|
6780
6897
|
"systemGroup": {
|
|
6781
|
-
"alias": "
|
|
6898
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
6782
6899
|
"args": {},
|
|
6783
6900
|
"deprecationReason": null,
|
|
6784
6901
|
"description": "Predefined Cato groups",
|
|
@@ -6856,7 +6973,7 @@
|
|
|
6856
6973
|
"varName": "systemGroupRef"
|
|
6857
6974
|
},
|
|
6858
6975
|
"user": {
|
|
6859
|
-
"alias": "
|
|
6976
|
+
"alias": "userInternetFirewallSource: user",
|
|
6860
6977
|
"args": {},
|
|
6861
6978
|
"deprecationReason": null,
|
|
6862
6979
|
"description": "Individual users defined for the account",
|
|
@@ -6934,7 +7051,7 @@
|
|
|
6934
7051
|
"varName": "userRef"
|
|
6935
7052
|
},
|
|
6936
7053
|
"usersGroup": {
|
|
6937
|
-
"alias": "
|
|
7054
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
6938
7055
|
"args": {},
|
|
6939
7056
|
"deprecationReason": null,
|
|
6940
7057
|
"description": "Group of users",
|
|
@@ -7029,7 +7146,7 @@
|
|
|
7029
7146
|
"varName": "internetFirewallSource"
|
|
7030
7147
|
},
|
|
7031
7148
|
"tracking": {
|
|
7032
|
-
"alias": "
|
|
7149
|
+
"alias": "trackingInternetFirewallRule: tracking",
|
|
7033
7150
|
"args": {},
|
|
7034
7151
|
"deprecationReason": null,
|
|
7035
7152
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -7046,7 +7163,7 @@
|
|
|
7046
7163
|
"enumValues": null,
|
|
7047
7164
|
"fields": {
|
|
7048
7165
|
"alert": {
|
|
7049
|
-
"alias": "
|
|
7166
|
+
"alias": "alertPolicyTracking: alert",
|
|
7050
7167
|
"args": {},
|
|
7051
7168
|
"deprecationReason": null,
|
|
7052
7169
|
"description": null,
|
|
@@ -7084,7 +7201,7 @@
|
|
|
7084
7201
|
"varName": "enabled"
|
|
7085
7202
|
},
|
|
7086
7203
|
"frequency": {
|
|
7087
|
-
"alias": "
|
|
7204
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
7088
7205
|
"args": {},
|
|
7089
7206
|
"deprecationReason": null,
|
|
7090
7207
|
"description": "Returns data for the alert frequency",
|
|
@@ -7142,7 +7259,7 @@
|
|
|
7142
7259
|
"varName": "frequency"
|
|
7143
7260
|
},
|
|
7144
7261
|
"mailingList": {
|
|
7145
|
-
"alias": "
|
|
7262
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
7146
7263
|
"args": {},
|
|
7147
7264
|
"deprecationReason": null,
|
|
7148
7265
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -7220,7 +7337,7 @@
|
|
|
7220
7337
|
"varName": "subscriptionMailingListRef"
|
|
7221
7338
|
},
|
|
7222
7339
|
"subscriptionGroup": {
|
|
7223
|
-
"alias": "
|
|
7340
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
7224
7341
|
"args": {},
|
|
7225
7342
|
"deprecationReason": null,
|
|
7226
7343
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -7298,7 +7415,7 @@
|
|
|
7298
7415
|
"varName": "subscriptionGroupRef"
|
|
7299
7416
|
},
|
|
7300
7417
|
"webhook": {
|
|
7301
|
-
"alias": "
|
|
7418
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
7302
7419
|
"args": {},
|
|
7303
7420
|
"deprecationReason": null,
|
|
7304
7421
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -7393,7 +7510,7 @@
|
|
|
7393
7510
|
"varName": "policyRuleTrackingAlert"
|
|
7394
7511
|
},
|
|
7395
7512
|
"event": {
|
|
7396
|
-
"alias": "
|
|
7513
|
+
"alias": "eventPolicyTracking: event",
|
|
7397
7514
|
"args": {},
|
|
7398
7515
|
"deprecationReason": null,
|
|
7399
7516
|
"description": null,
|
|
@@ -7517,7 +7634,7 @@
|
|
|
7517
7634
|
"enumValues": null,
|
|
7518
7635
|
"fields": {
|
|
7519
7636
|
"audit": {
|
|
7520
|
-
"alias": "
|
|
7637
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
7521
7638
|
"args": {},
|
|
7522
7639
|
"deprecationReason": null,
|
|
7523
7640
|
"description": null,
|
|
@@ -7593,7 +7710,7 @@
|
|
|
7593
7710
|
"varName": "policyElementAudit"
|
|
7594
7711
|
},
|
|
7595
7712
|
"properties": {
|
|
7596
|
-
"alias": "
|
|
7713
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7597
7714
|
"args": {},
|
|
7598
7715
|
"deprecationReason": null,
|
|
7599
7716
|
"description": null,
|
|
@@ -7671,7 +7788,7 @@
|
|
|
7671
7788
|
"varName": "properties"
|
|
7672
7789
|
},
|
|
7673
7790
|
"section": {
|
|
7674
|
-
"alias": "
|
|
7791
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
7675
7792
|
"args": {},
|
|
7676
7793
|
"deprecationReason": null,
|
|
7677
7794
|
"description": null,
|
|
@@ -7782,7 +7899,7 @@
|
|
|
7782
7899
|
"varName": "internetFirewallPolicy"
|
|
7783
7900
|
},
|
|
7784
7901
|
"status": {
|
|
7785
|
-
"alias": "
|
|
7902
|
+
"alias": "statusInternetFirewallPolicyMutationPayload: status",
|
|
7786
7903
|
"args": {},
|
|
7787
7904
|
"deprecationReason": null,
|
|
7788
7905
|
"description": null,
|