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
|
@@ -240,6 +240,7 @@
|
|
|
240
240
|
"PolicyMutationRevisionInput": true,
|
|
241
241
|
"PolicyMutationStatus": true,
|
|
242
242
|
"PolicyRevision": true,
|
|
243
|
+
"PolicyRuleActivePeriod": true,
|
|
243
244
|
"PolicyRuleTrackingAlert": true,
|
|
244
245
|
"PolicyRuleTrackingEvent": true,
|
|
245
246
|
"PolicyRuleTrackingFrequencyEnum": true,
|
|
@@ -611,7 +612,7 @@
|
|
|
611
612
|
"enumValues": null,
|
|
612
613
|
"fields": {
|
|
613
614
|
"errors": {
|
|
614
|
-
"alias": "
|
|
615
|
+
"alias": "errorsInternetFirewallPolicyMutationPayload: errors",
|
|
615
616
|
"args": {},
|
|
616
617
|
"deprecationReason": null,
|
|
617
618
|
"description": null,
|
|
@@ -687,7 +688,7 @@
|
|
|
687
688
|
"varName": "policyMutationError"
|
|
688
689
|
},
|
|
689
690
|
"policy": {
|
|
690
|
-
"alias": "
|
|
691
|
+
"alias": "policyInternetFirewallPolicyMutationPayload: policy",
|
|
691
692
|
"args": {},
|
|
692
693
|
"deprecationReason": null,
|
|
693
694
|
"description": null,
|
|
@@ -973,7 +974,7 @@
|
|
|
973
974
|
"enumValues": null,
|
|
974
975
|
"fields": {
|
|
975
976
|
"audit": {
|
|
976
|
-
"alias": "
|
|
977
|
+
"alias": "auditInternetFirewallRulePayload: audit",
|
|
977
978
|
"args": {},
|
|
978
979
|
"deprecationReason": null,
|
|
979
980
|
"description": null,
|
|
@@ -1049,7 +1050,7 @@
|
|
|
1049
1050
|
"varName": "policyElementAudit"
|
|
1050
1051
|
},
|
|
1051
1052
|
"properties": {
|
|
1052
|
-
"alias": "
|
|
1053
|
+
"alias": "propertiesInternetFirewallRulePayload: properties",
|
|
1053
1054
|
"args": {},
|
|
1054
1055
|
"deprecationReason": null,
|
|
1055
1056
|
"description": null,
|
|
@@ -1127,7 +1128,7 @@
|
|
|
1127
1128
|
"varName": "properties"
|
|
1128
1129
|
},
|
|
1129
1130
|
"rule": {
|
|
1130
|
-
"alias": "
|
|
1131
|
+
"alias": "ruleInternetFirewallRulePayload: rule",
|
|
1131
1132
|
"args": {},
|
|
1132
1133
|
"deprecationReason": null,
|
|
1133
1134
|
"description": null,
|
|
@@ -1144,7 +1145,7 @@
|
|
|
1144
1145
|
"enumValues": null,
|
|
1145
1146
|
"fields": {
|
|
1146
1147
|
"action": {
|
|
1147
|
-
"alias": "
|
|
1148
|
+
"alias": "actionInternetFirewallRule: action",
|
|
1148
1149
|
"args": {},
|
|
1149
1150
|
"deprecationReason": null,
|
|
1150
1151
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1201,8 +1202,124 @@
|
|
|
1201
1202
|
},
|
|
1202
1203
|
"varName": "action"
|
|
1203
1204
|
},
|
|
1205
|
+
"activePeriod": {
|
|
1206
|
+
"alias": "activePeriodInternetFirewallRule: activePeriod",
|
|
1207
|
+
"args": {},
|
|
1208
|
+
"deprecationReason": null,
|
|
1209
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
1210
|
+
"id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___activePeriod",
|
|
1211
|
+
"isDeprecated": false,
|
|
1212
|
+
"name": "activePeriod",
|
|
1213
|
+
"path": "internetFirewall.publishPolicyRevision.policy.rules.rule.activePeriod",
|
|
1214
|
+
"requestStr": "$policyRuleActivePeriod:PolicyRuleActivePeriod! ",
|
|
1215
|
+
"required": true,
|
|
1216
|
+
"responseStr": "activePeriod:$policyRuleActivePeriod ",
|
|
1217
|
+
"type": {
|
|
1218
|
+
"definition": {
|
|
1219
|
+
"description": "Returns the time period during which the rule is active, outside this period, the rule is inactive",
|
|
1220
|
+
"enumValues": null,
|
|
1221
|
+
"fields": {
|
|
1222
|
+
"effectiveFrom": {
|
|
1223
|
+
"args": {},
|
|
1224
|
+
"deprecationReason": null,
|
|
1225
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
1226
|
+
"id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___activePeriod___effectiveFrom",
|
|
1227
|
+
"isDeprecated": false,
|
|
1228
|
+
"name": "effectiveFrom",
|
|
1229
|
+
"path": "internetFirewall.publishPolicyRevision.policy.rules.rule.activePeriod.effectiveFrom",
|
|
1230
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
1231
|
+
"required": false,
|
|
1232
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
1233
|
+
"type": {
|
|
1234
|
+
"kind": [
|
|
1235
|
+
"SCALAR"
|
|
1236
|
+
],
|
|
1237
|
+
"name": "DateTime",
|
|
1238
|
+
"non_null": false
|
|
1239
|
+
},
|
|
1240
|
+
"varName": "effectiveFrom"
|
|
1241
|
+
},
|
|
1242
|
+
"expiresAt": {
|
|
1243
|
+
"args": {},
|
|
1244
|
+
"deprecationReason": null,
|
|
1245
|
+
"description": "The time the rule expires, if not used, default null",
|
|
1246
|
+
"id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___activePeriod___expiresAt",
|
|
1247
|
+
"isDeprecated": false,
|
|
1248
|
+
"name": "expiresAt",
|
|
1249
|
+
"path": "internetFirewall.publishPolicyRevision.policy.rules.rule.activePeriod.expiresAt",
|
|
1250
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
1251
|
+
"required": false,
|
|
1252
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
1253
|
+
"type": {
|
|
1254
|
+
"kind": [
|
|
1255
|
+
"SCALAR"
|
|
1256
|
+
],
|
|
1257
|
+
"name": "DateTime",
|
|
1258
|
+
"non_null": false
|
|
1259
|
+
},
|
|
1260
|
+
"varName": "expiresAt"
|
|
1261
|
+
},
|
|
1262
|
+
"useEffectiveFrom": {
|
|
1263
|
+
"args": {},
|
|
1264
|
+
"deprecationReason": null,
|
|
1265
|
+
"description": null,
|
|
1266
|
+
"id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___activePeriod___useEffectiveFrom",
|
|
1267
|
+
"isDeprecated": false,
|
|
1268
|
+
"name": "useEffectiveFrom",
|
|
1269
|
+
"path": "internetFirewall.publishPolicyRevision.policy.rules.rule.activePeriod.useEffectiveFrom",
|
|
1270
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
1271
|
+
"required": true,
|
|
1272
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
1273
|
+
"type": {
|
|
1274
|
+
"kind": [
|
|
1275
|
+
"NON_NULL",
|
|
1276
|
+
"SCALAR"
|
|
1277
|
+
],
|
|
1278
|
+
"name": "Boolean",
|
|
1279
|
+
"non_null": false
|
|
1280
|
+
},
|
|
1281
|
+
"varName": "useEffectiveFrom"
|
|
1282
|
+
},
|
|
1283
|
+
"useExpiresAt": {
|
|
1284
|
+
"args": {},
|
|
1285
|
+
"deprecationReason": null,
|
|
1286
|
+
"description": null,
|
|
1287
|
+
"id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___activePeriod___useExpiresAt",
|
|
1288
|
+
"isDeprecated": false,
|
|
1289
|
+
"name": "useExpiresAt",
|
|
1290
|
+
"path": "internetFirewall.publishPolicyRevision.policy.rules.rule.activePeriod.useExpiresAt",
|
|
1291
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
1292
|
+
"required": true,
|
|
1293
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
1294
|
+
"type": {
|
|
1295
|
+
"kind": [
|
|
1296
|
+
"NON_NULL",
|
|
1297
|
+
"SCALAR"
|
|
1298
|
+
],
|
|
1299
|
+
"name": "Boolean",
|
|
1300
|
+
"non_null": false
|
|
1301
|
+
},
|
|
1302
|
+
"varName": "useExpiresAt"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"inputFields": null,
|
|
1306
|
+
"interfaces": {},
|
|
1307
|
+
"kind": "OBJECT",
|
|
1308
|
+
"name": "PolicyRuleActivePeriod",
|
|
1309
|
+
"possibleTypes": null
|
|
1310
|
+
},
|
|
1311
|
+
"indexType": "object",
|
|
1312
|
+
"kind": [
|
|
1313
|
+
"NON_NULL",
|
|
1314
|
+
"OBJECT"
|
|
1315
|
+
],
|
|
1316
|
+
"name": "PolicyRuleActivePeriod",
|
|
1317
|
+
"non_null": false
|
|
1318
|
+
},
|
|
1319
|
+
"varName": "policyRuleActivePeriod"
|
|
1320
|
+
},
|
|
1204
1321
|
"connectionOrigin": {
|
|
1205
|
-
"alias": "
|
|
1322
|
+
"alias": "connectionOriginInternetFirewallRule: connectionOrigin",
|
|
1206
1323
|
"args": {},
|
|
1207
1324
|
"deprecationReason": null,
|
|
1208
1325
|
"description": "Connection origin of the traffic",
|
|
@@ -1254,7 +1371,7 @@
|
|
|
1254
1371
|
"varName": "connectionOrigin"
|
|
1255
1372
|
},
|
|
1256
1373
|
"country": {
|
|
1257
|
-
"alias": "
|
|
1374
|
+
"alias": "countryInternetFirewallRule: country",
|
|
1258
1375
|
"args": {},
|
|
1259
1376
|
"deprecationReason": null,
|
|
1260
1377
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1353,7 +1470,7 @@
|
|
|
1353
1470
|
"varName": "description"
|
|
1354
1471
|
},
|
|
1355
1472
|
"destination": {
|
|
1356
|
-
"alias": "
|
|
1473
|
+
"alias": "destinationInternetFirewallRule: destination",
|
|
1357
1474
|
"args": {},
|
|
1358
1475
|
"deprecationReason": null,
|
|
1359
1476
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1370,7 +1487,7 @@
|
|
|
1370
1487
|
"enumValues": null,
|
|
1371
1488
|
"fields": {
|
|
1372
1489
|
"appCategory": {
|
|
1373
|
-
"alias": "
|
|
1490
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
1374
1491
|
"args": {},
|
|
1375
1492
|
"deprecationReason": null,
|
|
1376
1493
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1448,7 +1565,7 @@
|
|
|
1448
1565
|
"varName": "applicationCategoryRef"
|
|
1449
1566
|
},
|
|
1450
1567
|
"application": {
|
|
1451
|
-
"alias": "
|
|
1568
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
1452
1569
|
"args": {},
|
|
1453
1570
|
"deprecationReason": null,
|
|
1454
1571
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1526,7 +1643,7 @@
|
|
|
1526
1643
|
"varName": "applicationRef"
|
|
1527
1644
|
},
|
|
1528
1645
|
"containers": {
|
|
1529
|
-
"alias": "
|
|
1646
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
1530
1647
|
"args": {},
|
|
1531
1648
|
"deprecationReason": null,
|
|
1532
1649
|
"description": null,
|
|
@@ -1543,7 +1660,7 @@
|
|
|
1543
1660
|
"enumValues": null,
|
|
1544
1661
|
"fields": {
|
|
1545
1662
|
"fqdnContainer": {
|
|
1546
|
-
"alias": "
|
|
1663
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
1547
1664
|
"args": {},
|
|
1548
1665
|
"deprecationReason": null,
|
|
1549
1666
|
"description": null,
|
|
@@ -1621,7 +1738,7 @@
|
|
|
1621
1738
|
"varName": "fqdnContainerRef"
|
|
1622
1739
|
},
|
|
1623
1740
|
"ipAddressRangeContainer": {
|
|
1624
|
-
"alias": "
|
|
1741
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
1625
1742
|
"args": {},
|
|
1626
1743
|
"deprecationReason": null,
|
|
1627
1744
|
"description": null,
|
|
@@ -1716,7 +1833,7 @@
|
|
|
1716
1833
|
"varName": "internetFirewallContainer"
|
|
1717
1834
|
},
|
|
1718
1835
|
"country": {
|
|
1719
|
-
"alias": "
|
|
1836
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
1720
1837
|
"args": {},
|
|
1721
1838
|
"deprecationReason": null,
|
|
1722
1839
|
"description": "Countries",
|
|
@@ -1794,7 +1911,7 @@
|
|
|
1794
1911
|
"varName": "countryRef"
|
|
1795
1912
|
},
|
|
1796
1913
|
"customApp": {
|
|
1797
|
-
"alias": "
|
|
1914
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
1798
1915
|
"args": {},
|
|
1799
1916
|
"deprecationReason": null,
|
|
1800
1917
|
"description": "Custom (user-defined) applications",
|
|
@@ -1872,7 +1989,7 @@
|
|
|
1872
1989
|
"varName": "customApplicationRef"
|
|
1873
1990
|
},
|
|
1874
1991
|
"customCategory": {
|
|
1875
|
-
"alias": "
|
|
1992
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
1876
1993
|
"args": {},
|
|
1877
1994
|
"deprecationReason": null,
|
|
1878
1995
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1996,7 +2113,7 @@
|
|
|
1996
2113
|
"varName": "fqdn"
|
|
1997
2114
|
},
|
|
1998
2115
|
"globalIpRange": {
|
|
1999
|
-
"alias": "
|
|
2116
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
2000
2117
|
"args": {},
|
|
2001
2118
|
"deprecationReason": null,
|
|
2002
2119
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2097,7 +2214,7 @@
|
|
|
2097
2214
|
"varName": "ip"
|
|
2098
2215
|
},
|
|
2099
2216
|
"ipRange": {
|
|
2100
|
-
"alias": "
|
|
2217
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
2101
2218
|
"args": {},
|
|
2102
2219
|
"deprecationReason": null,
|
|
2103
2220
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -2198,7 +2315,7 @@
|
|
|
2198
2315
|
"varName": "remoteAsn"
|
|
2199
2316
|
},
|
|
2200
2317
|
"sanctionedAppsCategory": {
|
|
2201
|
-
"alias": "
|
|
2318
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
2202
2319
|
"args": {},
|
|
2203
2320
|
"deprecationReason": null,
|
|
2204
2321
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -2316,7 +2433,7 @@
|
|
|
2316
2433
|
"varName": "internetFirewallDestination"
|
|
2317
2434
|
},
|
|
2318
2435
|
"device": {
|
|
2319
|
-
"alias": "
|
|
2436
|
+
"alias": "deviceInternetFirewallRule: device",
|
|
2320
2437
|
"args": {},
|
|
2321
2438
|
"deprecationReason": null,
|
|
2322
2439
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2394,7 +2511,7 @@
|
|
|
2394
2511
|
"varName": "deviceProfileRef"
|
|
2395
2512
|
},
|
|
2396
2513
|
"deviceAttributes": {
|
|
2397
|
-
"alias": "
|
|
2514
|
+
"alias": "deviceAttributesInternetFirewallRule: deviceAttributes",
|
|
2398
2515
|
"args": {},
|
|
2399
2516
|
"deprecationReason": null,
|
|
2400
2517
|
"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.",
|
|
@@ -2566,7 +2683,7 @@
|
|
|
2566
2683
|
"varName": "deviceAttributes"
|
|
2567
2684
|
},
|
|
2568
2685
|
"deviceOS": {
|
|
2569
|
-
"alias": "
|
|
2686
|
+
"alias": "deviceOSInternetFirewallRule: deviceOS",
|
|
2570
2687
|
"args": {},
|
|
2571
2688
|
"deprecationReason": null,
|
|
2572
2689
|
"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.",
|
|
@@ -2659,7 +2776,7 @@
|
|
|
2659
2776
|
"varName": "enabled"
|
|
2660
2777
|
},
|
|
2661
2778
|
"exceptions": {
|
|
2662
|
-
"alias": "
|
|
2779
|
+
"alias": "exceptionsInternetFirewallRule: exceptions",
|
|
2663
2780
|
"args": {},
|
|
2664
2781
|
"deprecationReason": null,
|
|
2665
2782
|
"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.",
|
|
@@ -2676,7 +2793,7 @@
|
|
|
2676
2793
|
"enumValues": null,
|
|
2677
2794
|
"fields": {
|
|
2678
2795
|
"connectionOrigin": {
|
|
2679
|
-
"alias": "
|
|
2796
|
+
"alias": "connectionOriginInternetFirewallRuleException: connectionOrigin",
|
|
2680
2797
|
"args": {},
|
|
2681
2798
|
"deprecationReason": null,
|
|
2682
2799
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -2728,7 +2845,7 @@
|
|
|
2728
2845
|
"varName": "connectionOrigin"
|
|
2729
2846
|
},
|
|
2730
2847
|
"country": {
|
|
2731
|
-
"alias": "
|
|
2848
|
+
"alias": "countryInternetFirewallRuleException: country",
|
|
2732
2849
|
"args": {},
|
|
2733
2850
|
"deprecationReason": null,
|
|
2734
2851
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -2806,7 +2923,7 @@
|
|
|
2806
2923
|
"varName": "countryRef"
|
|
2807
2924
|
},
|
|
2808
2925
|
"destination": {
|
|
2809
|
-
"alias": "
|
|
2926
|
+
"alias": "destinationInternetFirewallRuleException: destination",
|
|
2810
2927
|
"args": {},
|
|
2811
2928
|
"deprecationReason": null,
|
|
2812
2929
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -2823,7 +2940,7 @@
|
|
|
2823
2940
|
"enumValues": null,
|
|
2824
2941
|
"fields": {
|
|
2825
2942
|
"appCategory": {
|
|
2826
|
-
"alias": "
|
|
2943
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
2827
2944
|
"args": {},
|
|
2828
2945
|
"deprecationReason": null,
|
|
2829
2946
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -2901,7 +3018,7 @@
|
|
|
2901
3018
|
"varName": "applicationCategoryRef"
|
|
2902
3019
|
},
|
|
2903
3020
|
"application": {
|
|
2904
|
-
"alias": "
|
|
3021
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
2905
3022
|
"args": {},
|
|
2906
3023
|
"deprecationReason": null,
|
|
2907
3024
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -2979,7 +3096,7 @@
|
|
|
2979
3096
|
"varName": "applicationRef"
|
|
2980
3097
|
},
|
|
2981
3098
|
"containers": {
|
|
2982
|
-
"alias": "
|
|
3099
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
2983
3100
|
"args": {},
|
|
2984
3101
|
"deprecationReason": null,
|
|
2985
3102
|
"description": null,
|
|
@@ -2996,7 +3113,7 @@
|
|
|
2996
3113
|
"enumValues": null,
|
|
2997
3114
|
"fields": {
|
|
2998
3115
|
"fqdnContainer": {
|
|
2999
|
-
"alias": "
|
|
3116
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
3000
3117
|
"args": {},
|
|
3001
3118
|
"deprecationReason": null,
|
|
3002
3119
|
"description": null,
|
|
@@ -3074,7 +3191,7 @@
|
|
|
3074
3191
|
"varName": "fqdnContainerRef"
|
|
3075
3192
|
},
|
|
3076
3193
|
"ipAddressRangeContainer": {
|
|
3077
|
-
"alias": "
|
|
3194
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
3078
3195
|
"args": {},
|
|
3079
3196
|
"deprecationReason": null,
|
|
3080
3197
|
"description": null,
|
|
@@ -3169,7 +3286,7 @@
|
|
|
3169
3286
|
"varName": "internetFirewallContainer"
|
|
3170
3287
|
},
|
|
3171
3288
|
"country": {
|
|
3172
|
-
"alias": "
|
|
3289
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
3173
3290
|
"args": {},
|
|
3174
3291
|
"deprecationReason": null,
|
|
3175
3292
|
"description": "Countries",
|
|
@@ -3247,7 +3364,7 @@
|
|
|
3247
3364
|
"varName": "countryRef"
|
|
3248
3365
|
},
|
|
3249
3366
|
"customApp": {
|
|
3250
|
-
"alias": "
|
|
3367
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
3251
3368
|
"args": {},
|
|
3252
3369
|
"deprecationReason": null,
|
|
3253
3370
|
"description": "Custom (user-defined) applications",
|
|
@@ -3325,7 +3442,7 @@
|
|
|
3325
3442
|
"varName": "customApplicationRef"
|
|
3326
3443
|
},
|
|
3327
3444
|
"customCategory": {
|
|
3328
|
-
"alias": "
|
|
3445
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
3329
3446
|
"args": {},
|
|
3330
3447
|
"deprecationReason": null,
|
|
3331
3448
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3449,7 +3566,7 @@
|
|
|
3449
3566
|
"varName": "fqdn"
|
|
3450
3567
|
},
|
|
3451
3568
|
"globalIpRange": {
|
|
3452
|
-
"alias": "
|
|
3569
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
3453
3570
|
"args": {},
|
|
3454
3571
|
"deprecationReason": null,
|
|
3455
3572
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3550,7 +3667,7 @@
|
|
|
3550
3667
|
"varName": "ip"
|
|
3551
3668
|
},
|
|
3552
3669
|
"ipRange": {
|
|
3553
|
-
"alias": "
|
|
3670
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
3554
3671
|
"args": {},
|
|
3555
3672
|
"deprecationReason": null,
|
|
3556
3673
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3651,7 +3768,7 @@
|
|
|
3651
3768
|
"varName": "remoteAsn"
|
|
3652
3769
|
},
|
|
3653
3770
|
"sanctionedAppsCategory": {
|
|
3654
|
-
"alias": "
|
|
3771
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
3655
3772
|
"args": {},
|
|
3656
3773
|
"deprecationReason": null,
|
|
3657
3774
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3769,7 +3886,7 @@
|
|
|
3769
3886
|
"varName": "internetFirewallDestination"
|
|
3770
3887
|
},
|
|
3771
3888
|
"device": {
|
|
3772
|
-
"alias": "
|
|
3889
|
+
"alias": "deviceInternetFirewallRuleException: device",
|
|
3773
3890
|
"args": {},
|
|
3774
3891
|
"deprecationReason": null,
|
|
3775
3892
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -3847,7 +3964,7 @@
|
|
|
3847
3964
|
"varName": "deviceProfileRef"
|
|
3848
3965
|
},
|
|
3849
3966
|
"deviceAttributes": {
|
|
3850
|
-
"alias": "
|
|
3967
|
+
"alias": "deviceAttributesInternetFirewallRuleException: deviceAttributes",
|
|
3851
3968
|
"args": {},
|
|
3852
3969
|
"deprecationReason": null,
|
|
3853
3970
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -4019,7 +4136,7 @@
|
|
|
4019
4136
|
"varName": "deviceAttributes"
|
|
4020
4137
|
},
|
|
4021
4138
|
"deviceOS": {
|
|
4022
|
-
"alias": "
|
|
4139
|
+
"alias": "deviceOSInternetFirewallRuleException: deviceOS",
|
|
4023
4140
|
"args": {},
|
|
4024
4141
|
"deprecationReason": null,
|
|
4025
4142
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -4112,7 +4229,7 @@
|
|
|
4112
4229
|
"varName": "name"
|
|
4113
4230
|
},
|
|
4114
4231
|
"service": {
|
|
4115
|
-
"alias": "
|
|
4232
|
+
"alias": "serviceInternetFirewallRuleException: service",
|
|
4116
4233
|
"args": {},
|
|
4117
4234
|
"deprecationReason": null,
|
|
4118
4235
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -4129,7 +4246,7 @@
|
|
|
4129
4246
|
"enumValues": null,
|
|
4130
4247
|
"fields": {
|
|
4131
4248
|
"custom": {
|
|
4132
|
-
"alias": "
|
|
4249
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
4133
4250
|
"args": {},
|
|
4134
4251
|
"deprecationReason": null,
|
|
4135
4252
|
"description": null,
|
|
@@ -4168,7 +4285,7 @@
|
|
|
4168
4285
|
"varName": "port"
|
|
4169
4286
|
},
|
|
4170
4287
|
"portRange": {
|
|
4171
|
-
"alias": "
|
|
4288
|
+
"alias": "portRangeCustomService: portRange",
|
|
4172
4289
|
"args": {},
|
|
4173
4290
|
"deprecationReason": null,
|
|
4174
4291
|
"description": null,
|
|
@@ -4243,7 +4360,7 @@
|
|
|
4243
4360
|
"varName": "portRange"
|
|
4244
4361
|
},
|
|
4245
4362
|
"protocol": {
|
|
4246
|
-
"alias": "
|
|
4363
|
+
"alias": "protocolCustomService: protocol",
|
|
4247
4364
|
"args": {},
|
|
4248
4365
|
"deprecationReason": null,
|
|
4249
4366
|
"description": null,
|
|
@@ -4326,7 +4443,7 @@
|
|
|
4326
4443
|
"varName": "customService"
|
|
4327
4444
|
},
|
|
4328
4445
|
"standard": {
|
|
4329
|
-
"alias": "
|
|
4446
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
4330
4447
|
"args": {},
|
|
4331
4448
|
"deprecationReason": null,
|
|
4332
4449
|
"description": null,
|
|
@@ -4421,7 +4538,7 @@
|
|
|
4421
4538
|
"varName": "internetFirewallServiceType"
|
|
4422
4539
|
},
|
|
4423
4540
|
"source": {
|
|
4424
|
-
"alias": "
|
|
4541
|
+
"alias": "sourceInternetFirewallRuleException: source",
|
|
4425
4542
|
"args": {},
|
|
4426
4543
|
"deprecationReason": null,
|
|
4427
4544
|
"description": "Source traffic matching criteria for the exception.",
|
|
@@ -4438,7 +4555,7 @@
|
|
|
4438
4555
|
"enumValues": null,
|
|
4439
4556
|
"fields": {
|
|
4440
4557
|
"floatingSubnet": {
|
|
4441
|
-
"alias": "
|
|
4558
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
4442
4559
|
"args": {},
|
|
4443
4560
|
"deprecationReason": null,
|
|
4444
4561
|
"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.",
|
|
@@ -4516,7 +4633,7 @@
|
|
|
4516
4633
|
"varName": "floatingSubnetRef"
|
|
4517
4634
|
},
|
|
4518
4635
|
"globalIpRange": {
|
|
4519
|
-
"alias": "
|
|
4636
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
4520
4637
|
"args": {},
|
|
4521
4638
|
"deprecationReason": null,
|
|
4522
4639
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4594,7 +4711,7 @@
|
|
|
4594
4711
|
"varName": "globalIpRangeRef"
|
|
4595
4712
|
},
|
|
4596
4713
|
"group": {
|
|
4597
|
-
"alias": "
|
|
4714
|
+
"alias": "groupInternetFirewallSource: group",
|
|
4598
4715
|
"args": {},
|
|
4599
4716
|
"deprecationReason": null,
|
|
4600
4717
|
"description": "Groups defined for your account",
|
|
@@ -4672,7 +4789,7 @@
|
|
|
4672
4789
|
"varName": "groupRef"
|
|
4673
4790
|
},
|
|
4674
4791
|
"host": {
|
|
4675
|
-
"alias": "
|
|
4792
|
+
"alias": "hostInternetFirewallSource: host",
|
|
4676
4793
|
"args": {},
|
|
4677
4794
|
"deprecationReason": null,
|
|
4678
4795
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4773,7 +4890,7 @@
|
|
|
4773
4890
|
"varName": "ip"
|
|
4774
4891
|
},
|
|
4775
4892
|
"ipRange": {
|
|
4776
|
-
"alias": "
|
|
4893
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
4777
4894
|
"args": {},
|
|
4778
4895
|
"deprecationReason": null,
|
|
4779
4896
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4851,7 +4968,7 @@
|
|
|
4851
4968
|
"varName": "ipAddressRange"
|
|
4852
4969
|
},
|
|
4853
4970
|
"networkInterface": {
|
|
4854
|
-
"alias": "
|
|
4971
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
4855
4972
|
"args": {},
|
|
4856
4973
|
"deprecationReason": null,
|
|
4857
4974
|
"description": "Network range defined for a site",
|
|
@@ -4929,7 +5046,7 @@
|
|
|
4929
5046
|
"varName": "networkInterfaceRef"
|
|
4930
5047
|
},
|
|
4931
5048
|
"site": {
|
|
4932
|
-
"alias": "
|
|
5049
|
+
"alias": "siteInternetFirewallSource: site",
|
|
4933
5050
|
"args": {},
|
|
4934
5051
|
"deprecationReason": null,
|
|
4935
5052
|
"description": "Site defined for the account",
|
|
@@ -5007,7 +5124,7 @@
|
|
|
5007
5124
|
"varName": "siteRef"
|
|
5008
5125
|
},
|
|
5009
5126
|
"siteNetworkSubnet": {
|
|
5010
|
-
"alias": "
|
|
5127
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
5011
5128
|
"args": {},
|
|
5012
5129
|
"deprecationReason": null,
|
|
5013
5130
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -5108,7 +5225,7 @@
|
|
|
5108
5225
|
"varName": "subnet"
|
|
5109
5226
|
},
|
|
5110
5227
|
"systemGroup": {
|
|
5111
|
-
"alias": "
|
|
5228
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
5112
5229
|
"args": {},
|
|
5113
5230
|
"deprecationReason": null,
|
|
5114
5231
|
"description": "Predefined Cato groups",
|
|
@@ -5186,7 +5303,7 @@
|
|
|
5186
5303
|
"varName": "systemGroupRef"
|
|
5187
5304
|
},
|
|
5188
5305
|
"user": {
|
|
5189
|
-
"alias": "
|
|
5306
|
+
"alias": "userInternetFirewallSource: user",
|
|
5190
5307
|
"args": {},
|
|
5191
5308
|
"deprecationReason": null,
|
|
5192
5309
|
"description": "Individual users defined for the account",
|
|
@@ -5264,7 +5381,7 @@
|
|
|
5264
5381
|
"varName": "userRef"
|
|
5265
5382
|
},
|
|
5266
5383
|
"usersGroup": {
|
|
5267
|
-
"alias": "
|
|
5384
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
5268
5385
|
"args": {},
|
|
5269
5386
|
"deprecationReason": null,
|
|
5270
5387
|
"description": "Group of users",
|
|
@@ -5441,7 +5558,7 @@
|
|
|
5441
5558
|
"varName": "name"
|
|
5442
5559
|
},
|
|
5443
5560
|
"schedule": {
|
|
5444
|
-
"alias": "
|
|
5561
|
+
"alias": "scheduleInternetFirewallRule: schedule",
|
|
5445
5562
|
"args": {},
|
|
5446
5563
|
"deprecationReason": null,
|
|
5447
5564
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -5458,7 +5575,7 @@
|
|
|
5458
5575
|
"enumValues": null,
|
|
5459
5576
|
"fields": {
|
|
5460
5577
|
"activeOn": {
|
|
5461
|
-
"alias": "
|
|
5578
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
5462
5579
|
"args": {},
|
|
5463
5580
|
"deprecationReason": null,
|
|
5464
5581
|
"description": null,
|
|
@@ -5516,7 +5633,7 @@
|
|
|
5516
5633
|
"varName": "activeOn"
|
|
5517
5634
|
},
|
|
5518
5635
|
"customRecurring": {
|
|
5519
|
-
"alias": "
|
|
5636
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
5520
5637
|
"args": {},
|
|
5521
5638
|
"deprecationReason": null,
|
|
5522
5639
|
"description": null,
|
|
@@ -5668,7 +5785,7 @@
|
|
|
5668
5785
|
"varName": "policyCustomRecurring"
|
|
5669
5786
|
},
|
|
5670
5787
|
"customTimeframe": {
|
|
5671
|
-
"alias": "
|
|
5788
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
5672
5789
|
"args": {},
|
|
5673
5790
|
"deprecationReason": null,
|
|
5674
5791
|
"description": null,
|
|
@@ -5760,7 +5877,7 @@
|
|
|
5760
5877
|
"varName": "policySchedule"
|
|
5761
5878
|
},
|
|
5762
5879
|
"section": {
|
|
5763
|
-
"alias": "
|
|
5880
|
+
"alias": "sectionInternetFirewallRule: section",
|
|
5764
5881
|
"args": {},
|
|
5765
5882
|
"deprecationReason": null,
|
|
5766
5883
|
"description": "Policy section where the rule is located",
|
|
@@ -5836,7 +5953,7 @@
|
|
|
5836
5953
|
"varName": "policySectionInfo"
|
|
5837
5954
|
},
|
|
5838
5955
|
"service": {
|
|
5839
|
-
"alias": "
|
|
5956
|
+
"alias": "serviceInternetFirewallRule: service",
|
|
5840
5957
|
"args": {},
|
|
5841
5958
|
"deprecationReason": null,
|
|
5842
5959
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -5853,7 +5970,7 @@
|
|
|
5853
5970
|
"enumValues": null,
|
|
5854
5971
|
"fields": {
|
|
5855
5972
|
"custom": {
|
|
5856
|
-
"alias": "
|
|
5973
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
5857
5974
|
"args": {},
|
|
5858
5975
|
"deprecationReason": null,
|
|
5859
5976
|
"description": null,
|
|
@@ -5892,7 +6009,7 @@
|
|
|
5892
6009
|
"varName": "port"
|
|
5893
6010
|
},
|
|
5894
6011
|
"portRange": {
|
|
5895
|
-
"alias": "
|
|
6012
|
+
"alias": "portRangeCustomService: portRange",
|
|
5896
6013
|
"args": {},
|
|
5897
6014
|
"deprecationReason": null,
|
|
5898
6015
|
"description": null,
|
|
@@ -5967,7 +6084,7 @@
|
|
|
5967
6084
|
"varName": "portRange"
|
|
5968
6085
|
},
|
|
5969
6086
|
"protocol": {
|
|
5970
|
-
"alias": "
|
|
6087
|
+
"alias": "protocolCustomService: protocol",
|
|
5971
6088
|
"args": {},
|
|
5972
6089
|
"deprecationReason": null,
|
|
5973
6090
|
"description": null,
|
|
@@ -6050,7 +6167,7 @@
|
|
|
6050
6167
|
"varName": "customService"
|
|
6051
6168
|
},
|
|
6052
6169
|
"standard": {
|
|
6053
|
-
"alias": "
|
|
6170
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
6054
6171
|
"args": {},
|
|
6055
6172
|
"deprecationReason": null,
|
|
6056
6173
|
"description": null,
|
|
@@ -6145,7 +6262,7 @@
|
|
|
6145
6262
|
"varName": "internetFirewallServiceType"
|
|
6146
6263
|
},
|
|
6147
6264
|
"source": {
|
|
6148
|
-
"alias": "
|
|
6265
|
+
"alias": "sourceInternetFirewallRule: source",
|
|
6149
6266
|
"args": {},
|
|
6150
6267
|
"deprecationReason": null,
|
|
6151
6268
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6162,7 +6279,7 @@
|
|
|
6162
6279
|
"enumValues": null,
|
|
6163
6280
|
"fields": {
|
|
6164
6281
|
"floatingSubnet": {
|
|
6165
|
-
"alias": "
|
|
6282
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
6166
6283
|
"args": {},
|
|
6167
6284
|
"deprecationReason": null,
|
|
6168
6285
|
"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.",
|
|
@@ -6240,7 +6357,7 @@
|
|
|
6240
6357
|
"varName": "floatingSubnetRef"
|
|
6241
6358
|
},
|
|
6242
6359
|
"globalIpRange": {
|
|
6243
|
-
"alias": "
|
|
6360
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
6244
6361
|
"args": {},
|
|
6245
6362
|
"deprecationReason": null,
|
|
6246
6363
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -6318,7 +6435,7 @@
|
|
|
6318
6435
|
"varName": "globalIpRangeRef"
|
|
6319
6436
|
},
|
|
6320
6437
|
"group": {
|
|
6321
|
-
"alias": "
|
|
6438
|
+
"alias": "groupInternetFirewallSource: group",
|
|
6322
6439
|
"args": {},
|
|
6323
6440
|
"deprecationReason": null,
|
|
6324
6441
|
"description": "Groups defined for your account",
|
|
@@ -6396,7 +6513,7 @@
|
|
|
6396
6513
|
"varName": "groupRef"
|
|
6397
6514
|
},
|
|
6398
6515
|
"host": {
|
|
6399
|
-
"alias": "
|
|
6516
|
+
"alias": "hostInternetFirewallSource: host",
|
|
6400
6517
|
"args": {},
|
|
6401
6518
|
"deprecationReason": null,
|
|
6402
6519
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6497,7 +6614,7 @@
|
|
|
6497
6614
|
"varName": "ip"
|
|
6498
6615
|
},
|
|
6499
6616
|
"ipRange": {
|
|
6500
|
-
"alias": "
|
|
6617
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
6501
6618
|
"args": {},
|
|
6502
6619
|
"deprecationReason": null,
|
|
6503
6620
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6575,7 +6692,7 @@
|
|
|
6575
6692
|
"varName": "ipAddressRange"
|
|
6576
6693
|
},
|
|
6577
6694
|
"networkInterface": {
|
|
6578
|
-
"alias": "
|
|
6695
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
6579
6696
|
"args": {},
|
|
6580
6697
|
"deprecationReason": null,
|
|
6581
6698
|
"description": "Network range defined for a site",
|
|
@@ -6653,7 +6770,7 @@
|
|
|
6653
6770
|
"varName": "networkInterfaceRef"
|
|
6654
6771
|
},
|
|
6655
6772
|
"site": {
|
|
6656
|
-
"alias": "
|
|
6773
|
+
"alias": "siteInternetFirewallSource: site",
|
|
6657
6774
|
"args": {},
|
|
6658
6775
|
"deprecationReason": null,
|
|
6659
6776
|
"description": "Site defined for the account",
|
|
@@ -6731,7 +6848,7 @@
|
|
|
6731
6848
|
"varName": "siteRef"
|
|
6732
6849
|
},
|
|
6733
6850
|
"siteNetworkSubnet": {
|
|
6734
|
-
"alias": "
|
|
6851
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
6735
6852
|
"args": {},
|
|
6736
6853
|
"deprecationReason": null,
|
|
6737
6854
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6832,7 +6949,7 @@
|
|
|
6832
6949
|
"varName": "subnet"
|
|
6833
6950
|
},
|
|
6834
6951
|
"systemGroup": {
|
|
6835
|
-
"alias": "
|
|
6952
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
6836
6953
|
"args": {},
|
|
6837
6954
|
"deprecationReason": null,
|
|
6838
6955
|
"description": "Predefined Cato groups",
|
|
@@ -6910,7 +7027,7 @@
|
|
|
6910
7027
|
"varName": "systemGroupRef"
|
|
6911
7028
|
},
|
|
6912
7029
|
"user": {
|
|
6913
|
-
"alias": "
|
|
7030
|
+
"alias": "userInternetFirewallSource: user",
|
|
6914
7031
|
"args": {},
|
|
6915
7032
|
"deprecationReason": null,
|
|
6916
7033
|
"description": "Individual users defined for the account",
|
|
@@ -6988,7 +7105,7 @@
|
|
|
6988
7105
|
"varName": "userRef"
|
|
6989
7106
|
},
|
|
6990
7107
|
"usersGroup": {
|
|
6991
|
-
"alias": "
|
|
7108
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
6992
7109
|
"args": {},
|
|
6993
7110
|
"deprecationReason": null,
|
|
6994
7111
|
"description": "Group of users",
|
|
@@ -7083,7 +7200,7 @@
|
|
|
7083
7200
|
"varName": "internetFirewallSource"
|
|
7084
7201
|
},
|
|
7085
7202
|
"tracking": {
|
|
7086
|
-
"alias": "
|
|
7203
|
+
"alias": "trackingInternetFirewallRule: tracking",
|
|
7087
7204
|
"args": {},
|
|
7088
7205
|
"deprecationReason": null,
|
|
7089
7206
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -7100,7 +7217,7 @@
|
|
|
7100
7217
|
"enumValues": null,
|
|
7101
7218
|
"fields": {
|
|
7102
7219
|
"alert": {
|
|
7103
|
-
"alias": "
|
|
7220
|
+
"alias": "alertPolicyTracking: alert",
|
|
7104
7221
|
"args": {},
|
|
7105
7222
|
"deprecationReason": null,
|
|
7106
7223
|
"description": null,
|
|
@@ -7138,7 +7255,7 @@
|
|
|
7138
7255
|
"varName": "enabled"
|
|
7139
7256
|
},
|
|
7140
7257
|
"frequency": {
|
|
7141
|
-
"alias": "
|
|
7258
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
7142
7259
|
"args": {},
|
|
7143
7260
|
"deprecationReason": null,
|
|
7144
7261
|
"description": "Returns data for the alert frequency",
|
|
@@ -7196,7 +7313,7 @@
|
|
|
7196
7313
|
"varName": "frequency"
|
|
7197
7314
|
},
|
|
7198
7315
|
"mailingList": {
|
|
7199
|
-
"alias": "
|
|
7316
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
7200
7317
|
"args": {},
|
|
7201
7318
|
"deprecationReason": null,
|
|
7202
7319
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -7274,7 +7391,7 @@
|
|
|
7274
7391
|
"varName": "subscriptionMailingListRef"
|
|
7275
7392
|
},
|
|
7276
7393
|
"subscriptionGroup": {
|
|
7277
|
-
"alias": "
|
|
7394
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
7278
7395
|
"args": {},
|
|
7279
7396
|
"deprecationReason": null,
|
|
7280
7397
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -7352,7 +7469,7 @@
|
|
|
7352
7469
|
"varName": "subscriptionGroupRef"
|
|
7353
7470
|
},
|
|
7354
7471
|
"webhook": {
|
|
7355
|
-
"alias": "
|
|
7472
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
7356
7473
|
"args": {},
|
|
7357
7474
|
"deprecationReason": null,
|
|
7358
7475
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -7447,7 +7564,7 @@
|
|
|
7447
7564
|
"varName": "policyRuleTrackingAlert"
|
|
7448
7565
|
},
|
|
7449
7566
|
"event": {
|
|
7450
|
-
"alias": "
|
|
7567
|
+
"alias": "eventPolicyTracking: event",
|
|
7451
7568
|
"args": {},
|
|
7452
7569
|
"deprecationReason": null,
|
|
7453
7570
|
"description": null,
|
|
@@ -7571,7 +7688,7 @@
|
|
|
7571
7688
|
"enumValues": null,
|
|
7572
7689
|
"fields": {
|
|
7573
7690
|
"audit": {
|
|
7574
|
-
"alias": "
|
|
7691
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
7575
7692
|
"args": {},
|
|
7576
7693
|
"deprecationReason": null,
|
|
7577
7694
|
"description": null,
|
|
@@ -7647,7 +7764,7 @@
|
|
|
7647
7764
|
"varName": "policyElementAudit"
|
|
7648
7765
|
},
|
|
7649
7766
|
"properties": {
|
|
7650
|
-
"alias": "
|
|
7767
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7651
7768
|
"args": {},
|
|
7652
7769
|
"deprecationReason": null,
|
|
7653
7770
|
"description": null,
|
|
@@ -7725,7 +7842,7 @@
|
|
|
7725
7842
|
"varName": "properties"
|
|
7726
7843
|
},
|
|
7727
7844
|
"section": {
|
|
7728
|
-
"alias": "
|
|
7845
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
7729
7846
|
"args": {},
|
|
7730
7847
|
"deprecationReason": null,
|
|
7731
7848
|
"description": null,
|
|
@@ -7836,7 +7953,7 @@
|
|
|
7836
7953
|
"varName": "internetFirewallPolicy"
|
|
7837
7954
|
},
|
|
7838
7955
|
"status": {
|
|
7839
|
-
"alias": "
|
|
7956
|
+
"alias": "statusInternetFirewallPolicyMutationPayload: status",
|
|
7840
7957
|
"args": {},
|
|
7841
7958
|
"deprecationReason": null,
|
|
7842
7959
|
"description": null,
|