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
|
@@ -243,6 +243,7 @@
|
|
|
243
243
|
"PolicyMutationRevisionInput": true,
|
|
244
244
|
"PolicyMutationStatus": true,
|
|
245
245
|
"PolicyRevision": true,
|
|
246
|
+
"PolicyRuleActivePeriod": true,
|
|
246
247
|
"PolicyRuleTrackingAlert": true,
|
|
247
248
|
"PolicyRuleTrackingEvent": true,
|
|
248
249
|
"PolicyRuleTrackingFrequencyEnum": true,
|
|
@@ -620,7 +621,7 @@
|
|
|
620
621
|
"enumValues": null,
|
|
621
622
|
"fields": {
|
|
622
623
|
"errors": {
|
|
623
|
-
"alias": "
|
|
624
|
+
"alias": "errorsInternetFirewallPolicyMutationPayload: errors",
|
|
624
625
|
"args": {},
|
|
625
626
|
"deprecationReason": null,
|
|
626
627
|
"description": null,
|
|
@@ -696,7 +697,7 @@
|
|
|
696
697
|
"varName": "policyMutationError"
|
|
697
698
|
},
|
|
698
699
|
"policy": {
|
|
699
|
-
"alias": "
|
|
700
|
+
"alias": "policyInternetFirewallPolicyMutationPayload: policy",
|
|
700
701
|
"args": {},
|
|
701
702
|
"deprecationReason": null,
|
|
702
703
|
"description": null,
|
|
@@ -982,7 +983,7 @@
|
|
|
982
983
|
"enumValues": null,
|
|
983
984
|
"fields": {
|
|
984
985
|
"audit": {
|
|
985
|
-
"alias": "
|
|
986
|
+
"alias": "auditInternetFirewallRulePayload: audit",
|
|
986
987
|
"args": {},
|
|
987
988
|
"deprecationReason": null,
|
|
988
989
|
"description": null,
|
|
@@ -1058,7 +1059,7 @@
|
|
|
1058
1059
|
"varName": "policyElementAudit"
|
|
1059
1060
|
},
|
|
1060
1061
|
"properties": {
|
|
1061
|
-
"alias": "
|
|
1062
|
+
"alias": "propertiesInternetFirewallRulePayload: properties",
|
|
1062
1063
|
"args": {},
|
|
1063
1064
|
"deprecationReason": null,
|
|
1064
1065
|
"description": null,
|
|
@@ -1136,7 +1137,7 @@
|
|
|
1136
1137
|
"varName": "properties"
|
|
1137
1138
|
},
|
|
1138
1139
|
"rule": {
|
|
1139
|
-
"alias": "
|
|
1140
|
+
"alias": "ruleInternetFirewallRulePayload: rule",
|
|
1140
1141
|
"args": {},
|
|
1141
1142
|
"deprecationReason": null,
|
|
1142
1143
|
"description": null,
|
|
@@ -1153,7 +1154,7 @@
|
|
|
1153
1154
|
"enumValues": null,
|
|
1154
1155
|
"fields": {
|
|
1155
1156
|
"action": {
|
|
1156
|
-
"alias": "
|
|
1157
|
+
"alias": "actionInternetFirewallRule: action",
|
|
1157
1158
|
"args": {},
|
|
1158
1159
|
"deprecationReason": null,
|
|
1159
1160
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1210,8 +1211,124 @@
|
|
|
1210
1211
|
},
|
|
1211
1212
|
"varName": "action"
|
|
1212
1213
|
},
|
|
1214
|
+
"activePeriod": {
|
|
1215
|
+
"alias": "activePeriodInternetFirewallRule: activePeriod",
|
|
1216
|
+
"args": {},
|
|
1217
|
+
"deprecationReason": null,
|
|
1218
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
1219
|
+
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___activePeriod",
|
|
1220
|
+
"isDeprecated": false,
|
|
1221
|
+
"name": "activePeriod",
|
|
1222
|
+
"path": "internetFirewall.createPolicyRevision.policy.rules.rule.activePeriod",
|
|
1223
|
+
"requestStr": "$policyRuleActivePeriod:PolicyRuleActivePeriod! ",
|
|
1224
|
+
"required": true,
|
|
1225
|
+
"responseStr": "activePeriod:$policyRuleActivePeriod ",
|
|
1226
|
+
"type": {
|
|
1227
|
+
"definition": {
|
|
1228
|
+
"description": "Returns the time period during which the rule is active, outside this period, the rule is inactive",
|
|
1229
|
+
"enumValues": null,
|
|
1230
|
+
"fields": {
|
|
1231
|
+
"effectiveFrom": {
|
|
1232
|
+
"args": {},
|
|
1233
|
+
"deprecationReason": null,
|
|
1234
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
1235
|
+
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___activePeriod___effectiveFrom",
|
|
1236
|
+
"isDeprecated": false,
|
|
1237
|
+
"name": "effectiveFrom",
|
|
1238
|
+
"path": "internetFirewall.createPolicyRevision.policy.rules.rule.activePeriod.effectiveFrom",
|
|
1239
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
1240
|
+
"required": false,
|
|
1241
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
1242
|
+
"type": {
|
|
1243
|
+
"kind": [
|
|
1244
|
+
"SCALAR"
|
|
1245
|
+
],
|
|
1246
|
+
"name": "DateTime",
|
|
1247
|
+
"non_null": false
|
|
1248
|
+
},
|
|
1249
|
+
"varName": "effectiveFrom"
|
|
1250
|
+
},
|
|
1251
|
+
"expiresAt": {
|
|
1252
|
+
"args": {},
|
|
1253
|
+
"deprecationReason": null,
|
|
1254
|
+
"description": "The time the rule expires, if not used, default null",
|
|
1255
|
+
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___activePeriod___expiresAt",
|
|
1256
|
+
"isDeprecated": false,
|
|
1257
|
+
"name": "expiresAt",
|
|
1258
|
+
"path": "internetFirewall.createPolicyRevision.policy.rules.rule.activePeriod.expiresAt",
|
|
1259
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
1260
|
+
"required": false,
|
|
1261
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
1262
|
+
"type": {
|
|
1263
|
+
"kind": [
|
|
1264
|
+
"SCALAR"
|
|
1265
|
+
],
|
|
1266
|
+
"name": "DateTime",
|
|
1267
|
+
"non_null": false
|
|
1268
|
+
},
|
|
1269
|
+
"varName": "expiresAt"
|
|
1270
|
+
},
|
|
1271
|
+
"useEffectiveFrom": {
|
|
1272
|
+
"args": {},
|
|
1273
|
+
"deprecationReason": null,
|
|
1274
|
+
"description": null,
|
|
1275
|
+
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___activePeriod___useEffectiveFrom",
|
|
1276
|
+
"isDeprecated": false,
|
|
1277
|
+
"name": "useEffectiveFrom",
|
|
1278
|
+
"path": "internetFirewall.createPolicyRevision.policy.rules.rule.activePeriod.useEffectiveFrom",
|
|
1279
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
1280
|
+
"required": true,
|
|
1281
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
1282
|
+
"type": {
|
|
1283
|
+
"kind": [
|
|
1284
|
+
"NON_NULL",
|
|
1285
|
+
"SCALAR"
|
|
1286
|
+
],
|
|
1287
|
+
"name": "Boolean",
|
|
1288
|
+
"non_null": false
|
|
1289
|
+
},
|
|
1290
|
+
"varName": "useEffectiveFrom"
|
|
1291
|
+
},
|
|
1292
|
+
"useExpiresAt": {
|
|
1293
|
+
"args": {},
|
|
1294
|
+
"deprecationReason": null,
|
|
1295
|
+
"description": null,
|
|
1296
|
+
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___activePeriod___useExpiresAt",
|
|
1297
|
+
"isDeprecated": false,
|
|
1298
|
+
"name": "useExpiresAt",
|
|
1299
|
+
"path": "internetFirewall.createPolicyRevision.policy.rules.rule.activePeriod.useExpiresAt",
|
|
1300
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
1301
|
+
"required": true,
|
|
1302
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
1303
|
+
"type": {
|
|
1304
|
+
"kind": [
|
|
1305
|
+
"NON_NULL",
|
|
1306
|
+
"SCALAR"
|
|
1307
|
+
],
|
|
1308
|
+
"name": "Boolean",
|
|
1309
|
+
"non_null": false
|
|
1310
|
+
},
|
|
1311
|
+
"varName": "useExpiresAt"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"inputFields": null,
|
|
1315
|
+
"interfaces": {},
|
|
1316
|
+
"kind": "OBJECT",
|
|
1317
|
+
"name": "PolicyRuleActivePeriod",
|
|
1318
|
+
"possibleTypes": null
|
|
1319
|
+
},
|
|
1320
|
+
"indexType": "object",
|
|
1321
|
+
"kind": [
|
|
1322
|
+
"NON_NULL",
|
|
1323
|
+
"OBJECT"
|
|
1324
|
+
],
|
|
1325
|
+
"name": "PolicyRuleActivePeriod",
|
|
1326
|
+
"non_null": false
|
|
1327
|
+
},
|
|
1328
|
+
"varName": "policyRuleActivePeriod"
|
|
1329
|
+
},
|
|
1213
1330
|
"connectionOrigin": {
|
|
1214
|
-
"alias": "
|
|
1331
|
+
"alias": "connectionOriginInternetFirewallRule: connectionOrigin",
|
|
1215
1332
|
"args": {},
|
|
1216
1333
|
"deprecationReason": null,
|
|
1217
1334
|
"description": "Connection origin of the traffic",
|
|
@@ -1263,7 +1380,7 @@
|
|
|
1263
1380
|
"varName": "connectionOrigin"
|
|
1264
1381
|
},
|
|
1265
1382
|
"country": {
|
|
1266
|
-
"alias": "
|
|
1383
|
+
"alias": "countryInternetFirewallRule: country",
|
|
1267
1384
|
"args": {},
|
|
1268
1385
|
"deprecationReason": null,
|
|
1269
1386
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1362,7 +1479,7 @@
|
|
|
1362
1479
|
"varName": "description"
|
|
1363
1480
|
},
|
|
1364
1481
|
"destination": {
|
|
1365
|
-
"alias": "
|
|
1482
|
+
"alias": "destinationInternetFirewallRule: destination",
|
|
1366
1483
|
"args": {},
|
|
1367
1484
|
"deprecationReason": null,
|
|
1368
1485
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1379,7 +1496,7 @@
|
|
|
1379
1496
|
"enumValues": null,
|
|
1380
1497
|
"fields": {
|
|
1381
1498
|
"appCategory": {
|
|
1382
|
-
"alias": "
|
|
1499
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
1383
1500
|
"args": {},
|
|
1384
1501
|
"deprecationReason": null,
|
|
1385
1502
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1457,7 +1574,7 @@
|
|
|
1457
1574
|
"varName": "applicationCategoryRef"
|
|
1458
1575
|
},
|
|
1459
1576
|
"application": {
|
|
1460
|
-
"alias": "
|
|
1577
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
1461
1578
|
"args": {},
|
|
1462
1579
|
"deprecationReason": null,
|
|
1463
1580
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1535,7 +1652,7 @@
|
|
|
1535
1652
|
"varName": "applicationRef"
|
|
1536
1653
|
},
|
|
1537
1654
|
"containers": {
|
|
1538
|
-
"alias": "
|
|
1655
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
1539
1656
|
"args": {},
|
|
1540
1657
|
"deprecationReason": null,
|
|
1541
1658
|
"description": null,
|
|
@@ -1552,7 +1669,7 @@
|
|
|
1552
1669
|
"enumValues": null,
|
|
1553
1670
|
"fields": {
|
|
1554
1671
|
"fqdnContainer": {
|
|
1555
|
-
"alias": "
|
|
1672
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
1556
1673
|
"args": {},
|
|
1557
1674
|
"deprecationReason": null,
|
|
1558
1675
|
"description": null,
|
|
@@ -1630,7 +1747,7 @@
|
|
|
1630
1747
|
"varName": "fqdnContainerRef"
|
|
1631
1748
|
},
|
|
1632
1749
|
"ipAddressRangeContainer": {
|
|
1633
|
-
"alias": "
|
|
1750
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
1634
1751
|
"args": {},
|
|
1635
1752
|
"deprecationReason": null,
|
|
1636
1753
|
"description": null,
|
|
@@ -1725,7 +1842,7 @@
|
|
|
1725
1842
|
"varName": "internetFirewallContainer"
|
|
1726
1843
|
},
|
|
1727
1844
|
"country": {
|
|
1728
|
-
"alias": "
|
|
1845
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
1729
1846
|
"args": {},
|
|
1730
1847
|
"deprecationReason": null,
|
|
1731
1848
|
"description": "Countries",
|
|
@@ -1803,7 +1920,7 @@
|
|
|
1803
1920
|
"varName": "countryRef"
|
|
1804
1921
|
},
|
|
1805
1922
|
"customApp": {
|
|
1806
|
-
"alias": "
|
|
1923
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
1807
1924
|
"args": {},
|
|
1808
1925
|
"deprecationReason": null,
|
|
1809
1926
|
"description": "Custom (user-defined) applications",
|
|
@@ -1881,7 +1998,7 @@
|
|
|
1881
1998
|
"varName": "customApplicationRef"
|
|
1882
1999
|
},
|
|
1883
2000
|
"customCategory": {
|
|
1884
|
-
"alias": "
|
|
2001
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
1885
2002
|
"args": {},
|
|
1886
2003
|
"deprecationReason": null,
|
|
1887
2004
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -2005,7 +2122,7 @@
|
|
|
2005
2122
|
"varName": "fqdn"
|
|
2006
2123
|
},
|
|
2007
2124
|
"globalIpRange": {
|
|
2008
|
-
"alias": "
|
|
2125
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
2009
2126
|
"args": {},
|
|
2010
2127
|
"deprecationReason": null,
|
|
2011
2128
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2106,7 +2223,7 @@
|
|
|
2106
2223
|
"varName": "ip"
|
|
2107
2224
|
},
|
|
2108
2225
|
"ipRange": {
|
|
2109
|
-
"alias": "
|
|
2226
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
2110
2227
|
"args": {},
|
|
2111
2228
|
"deprecationReason": null,
|
|
2112
2229
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -2207,7 +2324,7 @@
|
|
|
2207
2324
|
"varName": "remoteAsn"
|
|
2208
2325
|
},
|
|
2209
2326
|
"sanctionedAppsCategory": {
|
|
2210
|
-
"alias": "
|
|
2327
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
2211
2328
|
"args": {},
|
|
2212
2329
|
"deprecationReason": null,
|
|
2213
2330
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -2325,7 +2442,7 @@
|
|
|
2325
2442
|
"varName": "internetFirewallDestination"
|
|
2326
2443
|
},
|
|
2327
2444
|
"device": {
|
|
2328
|
-
"alias": "
|
|
2445
|
+
"alias": "deviceInternetFirewallRule: device",
|
|
2329
2446
|
"args": {},
|
|
2330
2447
|
"deprecationReason": null,
|
|
2331
2448
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2403,7 +2520,7 @@
|
|
|
2403
2520
|
"varName": "deviceProfileRef"
|
|
2404
2521
|
},
|
|
2405
2522
|
"deviceAttributes": {
|
|
2406
|
-
"alias": "
|
|
2523
|
+
"alias": "deviceAttributesInternetFirewallRule: deviceAttributes",
|
|
2407
2524
|
"args": {},
|
|
2408
2525
|
"deprecationReason": null,
|
|
2409
2526
|
"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.",
|
|
@@ -2575,7 +2692,7 @@
|
|
|
2575
2692
|
"varName": "deviceAttributes"
|
|
2576
2693
|
},
|
|
2577
2694
|
"deviceOS": {
|
|
2578
|
-
"alias": "
|
|
2695
|
+
"alias": "deviceOSInternetFirewallRule: deviceOS",
|
|
2579
2696
|
"args": {},
|
|
2580
2697
|
"deprecationReason": null,
|
|
2581
2698
|
"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.",
|
|
@@ -2668,7 +2785,7 @@
|
|
|
2668
2785
|
"varName": "enabled"
|
|
2669
2786
|
},
|
|
2670
2787
|
"exceptions": {
|
|
2671
|
-
"alias": "
|
|
2788
|
+
"alias": "exceptionsInternetFirewallRule: exceptions",
|
|
2672
2789
|
"args": {},
|
|
2673
2790
|
"deprecationReason": null,
|
|
2674
2791
|
"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.",
|
|
@@ -2685,7 +2802,7 @@
|
|
|
2685
2802
|
"enumValues": null,
|
|
2686
2803
|
"fields": {
|
|
2687
2804
|
"connectionOrigin": {
|
|
2688
|
-
"alias": "
|
|
2805
|
+
"alias": "connectionOriginInternetFirewallRuleException: connectionOrigin",
|
|
2689
2806
|
"args": {},
|
|
2690
2807
|
"deprecationReason": null,
|
|
2691
2808
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -2737,7 +2854,7 @@
|
|
|
2737
2854
|
"varName": "connectionOrigin"
|
|
2738
2855
|
},
|
|
2739
2856
|
"country": {
|
|
2740
|
-
"alias": "
|
|
2857
|
+
"alias": "countryInternetFirewallRuleException: country",
|
|
2741
2858
|
"args": {},
|
|
2742
2859
|
"deprecationReason": null,
|
|
2743
2860
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -2815,7 +2932,7 @@
|
|
|
2815
2932
|
"varName": "countryRef"
|
|
2816
2933
|
},
|
|
2817
2934
|
"destination": {
|
|
2818
|
-
"alias": "
|
|
2935
|
+
"alias": "destinationInternetFirewallRuleException: destination",
|
|
2819
2936
|
"args": {},
|
|
2820
2937
|
"deprecationReason": null,
|
|
2821
2938
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -2832,7 +2949,7 @@
|
|
|
2832
2949
|
"enumValues": null,
|
|
2833
2950
|
"fields": {
|
|
2834
2951
|
"appCategory": {
|
|
2835
|
-
"alias": "
|
|
2952
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
2836
2953
|
"args": {},
|
|
2837
2954
|
"deprecationReason": null,
|
|
2838
2955
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -2910,7 +3027,7 @@
|
|
|
2910
3027
|
"varName": "applicationCategoryRef"
|
|
2911
3028
|
},
|
|
2912
3029
|
"application": {
|
|
2913
|
-
"alias": "
|
|
3030
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
2914
3031
|
"args": {},
|
|
2915
3032
|
"deprecationReason": null,
|
|
2916
3033
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -2988,7 +3105,7 @@
|
|
|
2988
3105
|
"varName": "applicationRef"
|
|
2989
3106
|
},
|
|
2990
3107
|
"containers": {
|
|
2991
|
-
"alias": "
|
|
3108
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
2992
3109
|
"args": {},
|
|
2993
3110
|
"deprecationReason": null,
|
|
2994
3111
|
"description": null,
|
|
@@ -3005,7 +3122,7 @@
|
|
|
3005
3122
|
"enumValues": null,
|
|
3006
3123
|
"fields": {
|
|
3007
3124
|
"fqdnContainer": {
|
|
3008
|
-
"alias": "
|
|
3125
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
3009
3126
|
"args": {},
|
|
3010
3127
|
"deprecationReason": null,
|
|
3011
3128
|
"description": null,
|
|
@@ -3083,7 +3200,7 @@
|
|
|
3083
3200
|
"varName": "fqdnContainerRef"
|
|
3084
3201
|
},
|
|
3085
3202
|
"ipAddressRangeContainer": {
|
|
3086
|
-
"alias": "
|
|
3203
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
3087
3204
|
"args": {},
|
|
3088
3205
|
"deprecationReason": null,
|
|
3089
3206
|
"description": null,
|
|
@@ -3178,7 +3295,7 @@
|
|
|
3178
3295
|
"varName": "internetFirewallContainer"
|
|
3179
3296
|
},
|
|
3180
3297
|
"country": {
|
|
3181
|
-
"alias": "
|
|
3298
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
3182
3299
|
"args": {},
|
|
3183
3300
|
"deprecationReason": null,
|
|
3184
3301
|
"description": "Countries",
|
|
@@ -3256,7 +3373,7 @@
|
|
|
3256
3373
|
"varName": "countryRef"
|
|
3257
3374
|
},
|
|
3258
3375
|
"customApp": {
|
|
3259
|
-
"alias": "
|
|
3376
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
3260
3377
|
"args": {},
|
|
3261
3378
|
"deprecationReason": null,
|
|
3262
3379
|
"description": "Custom (user-defined) applications",
|
|
@@ -3334,7 +3451,7 @@
|
|
|
3334
3451
|
"varName": "customApplicationRef"
|
|
3335
3452
|
},
|
|
3336
3453
|
"customCategory": {
|
|
3337
|
-
"alias": "
|
|
3454
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
3338
3455
|
"args": {},
|
|
3339
3456
|
"deprecationReason": null,
|
|
3340
3457
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3458,7 +3575,7 @@
|
|
|
3458
3575
|
"varName": "fqdn"
|
|
3459
3576
|
},
|
|
3460
3577
|
"globalIpRange": {
|
|
3461
|
-
"alias": "
|
|
3578
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
3462
3579
|
"args": {},
|
|
3463
3580
|
"deprecationReason": null,
|
|
3464
3581
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3559,7 +3676,7 @@
|
|
|
3559
3676
|
"varName": "ip"
|
|
3560
3677
|
},
|
|
3561
3678
|
"ipRange": {
|
|
3562
|
-
"alias": "
|
|
3679
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
3563
3680
|
"args": {},
|
|
3564
3681
|
"deprecationReason": null,
|
|
3565
3682
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3660,7 +3777,7 @@
|
|
|
3660
3777
|
"varName": "remoteAsn"
|
|
3661
3778
|
},
|
|
3662
3779
|
"sanctionedAppsCategory": {
|
|
3663
|
-
"alias": "
|
|
3780
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
3664
3781
|
"args": {},
|
|
3665
3782
|
"deprecationReason": null,
|
|
3666
3783
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3778,7 +3895,7 @@
|
|
|
3778
3895
|
"varName": "internetFirewallDestination"
|
|
3779
3896
|
},
|
|
3780
3897
|
"device": {
|
|
3781
|
-
"alias": "
|
|
3898
|
+
"alias": "deviceInternetFirewallRuleException: device",
|
|
3782
3899
|
"args": {},
|
|
3783
3900
|
"deprecationReason": null,
|
|
3784
3901
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -3856,7 +3973,7 @@
|
|
|
3856
3973
|
"varName": "deviceProfileRef"
|
|
3857
3974
|
},
|
|
3858
3975
|
"deviceAttributes": {
|
|
3859
|
-
"alias": "
|
|
3976
|
+
"alias": "deviceAttributesInternetFirewallRuleException: deviceAttributes",
|
|
3860
3977
|
"args": {},
|
|
3861
3978
|
"deprecationReason": null,
|
|
3862
3979
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -4028,7 +4145,7 @@
|
|
|
4028
4145
|
"varName": "deviceAttributes"
|
|
4029
4146
|
},
|
|
4030
4147
|
"deviceOS": {
|
|
4031
|
-
"alias": "
|
|
4148
|
+
"alias": "deviceOSInternetFirewallRuleException: deviceOS",
|
|
4032
4149
|
"args": {},
|
|
4033
4150
|
"deprecationReason": null,
|
|
4034
4151
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -4121,7 +4238,7 @@
|
|
|
4121
4238
|
"varName": "name"
|
|
4122
4239
|
},
|
|
4123
4240
|
"service": {
|
|
4124
|
-
"alias": "
|
|
4241
|
+
"alias": "serviceInternetFirewallRuleException: service",
|
|
4125
4242
|
"args": {},
|
|
4126
4243
|
"deprecationReason": null,
|
|
4127
4244
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -4138,7 +4255,7 @@
|
|
|
4138
4255
|
"enumValues": null,
|
|
4139
4256
|
"fields": {
|
|
4140
4257
|
"custom": {
|
|
4141
|
-
"alias": "
|
|
4258
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
4142
4259
|
"args": {},
|
|
4143
4260
|
"deprecationReason": null,
|
|
4144
4261
|
"description": null,
|
|
@@ -4177,7 +4294,7 @@
|
|
|
4177
4294
|
"varName": "port"
|
|
4178
4295
|
},
|
|
4179
4296
|
"portRange": {
|
|
4180
|
-
"alias": "
|
|
4297
|
+
"alias": "portRangeCustomService: portRange",
|
|
4181
4298
|
"args": {},
|
|
4182
4299
|
"deprecationReason": null,
|
|
4183
4300
|
"description": null,
|
|
@@ -4252,7 +4369,7 @@
|
|
|
4252
4369
|
"varName": "portRange"
|
|
4253
4370
|
},
|
|
4254
4371
|
"protocol": {
|
|
4255
|
-
"alias": "
|
|
4372
|
+
"alias": "protocolCustomService: protocol",
|
|
4256
4373
|
"args": {},
|
|
4257
4374
|
"deprecationReason": null,
|
|
4258
4375
|
"description": null,
|
|
@@ -4335,7 +4452,7 @@
|
|
|
4335
4452
|
"varName": "customService"
|
|
4336
4453
|
},
|
|
4337
4454
|
"standard": {
|
|
4338
|
-
"alias": "
|
|
4455
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
4339
4456
|
"args": {},
|
|
4340
4457
|
"deprecationReason": null,
|
|
4341
4458
|
"description": null,
|
|
@@ -4430,7 +4547,7 @@
|
|
|
4430
4547
|
"varName": "internetFirewallServiceType"
|
|
4431
4548
|
},
|
|
4432
4549
|
"source": {
|
|
4433
|
-
"alias": "
|
|
4550
|
+
"alias": "sourceInternetFirewallRuleException: source",
|
|
4434
4551
|
"args": {},
|
|
4435
4552
|
"deprecationReason": null,
|
|
4436
4553
|
"description": "Source traffic matching criteria for the exception.",
|
|
@@ -4447,7 +4564,7 @@
|
|
|
4447
4564
|
"enumValues": null,
|
|
4448
4565
|
"fields": {
|
|
4449
4566
|
"floatingSubnet": {
|
|
4450
|
-
"alias": "
|
|
4567
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
4451
4568
|
"args": {},
|
|
4452
4569
|
"deprecationReason": null,
|
|
4453
4570
|
"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.",
|
|
@@ -4525,7 +4642,7 @@
|
|
|
4525
4642
|
"varName": "floatingSubnetRef"
|
|
4526
4643
|
},
|
|
4527
4644
|
"globalIpRange": {
|
|
4528
|
-
"alias": "
|
|
4645
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
4529
4646
|
"args": {},
|
|
4530
4647
|
"deprecationReason": null,
|
|
4531
4648
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4603,7 +4720,7 @@
|
|
|
4603
4720
|
"varName": "globalIpRangeRef"
|
|
4604
4721
|
},
|
|
4605
4722
|
"group": {
|
|
4606
|
-
"alias": "
|
|
4723
|
+
"alias": "groupInternetFirewallSource: group",
|
|
4607
4724
|
"args": {},
|
|
4608
4725
|
"deprecationReason": null,
|
|
4609
4726
|
"description": "Groups defined for your account",
|
|
@@ -4681,7 +4798,7 @@
|
|
|
4681
4798
|
"varName": "groupRef"
|
|
4682
4799
|
},
|
|
4683
4800
|
"host": {
|
|
4684
|
-
"alias": "
|
|
4801
|
+
"alias": "hostInternetFirewallSource: host",
|
|
4685
4802
|
"args": {},
|
|
4686
4803
|
"deprecationReason": null,
|
|
4687
4804
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4782,7 +4899,7 @@
|
|
|
4782
4899
|
"varName": "ip"
|
|
4783
4900
|
},
|
|
4784
4901
|
"ipRange": {
|
|
4785
|
-
"alias": "
|
|
4902
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
4786
4903
|
"args": {},
|
|
4787
4904
|
"deprecationReason": null,
|
|
4788
4905
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4860,7 +4977,7 @@
|
|
|
4860
4977
|
"varName": "ipAddressRange"
|
|
4861
4978
|
},
|
|
4862
4979
|
"networkInterface": {
|
|
4863
|
-
"alias": "
|
|
4980
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
4864
4981
|
"args": {},
|
|
4865
4982
|
"deprecationReason": null,
|
|
4866
4983
|
"description": "Network range defined for a site",
|
|
@@ -4938,7 +5055,7 @@
|
|
|
4938
5055
|
"varName": "networkInterfaceRef"
|
|
4939
5056
|
},
|
|
4940
5057
|
"site": {
|
|
4941
|
-
"alias": "
|
|
5058
|
+
"alias": "siteInternetFirewallSource: site",
|
|
4942
5059
|
"args": {},
|
|
4943
5060
|
"deprecationReason": null,
|
|
4944
5061
|
"description": "Site defined for the account",
|
|
@@ -5016,7 +5133,7 @@
|
|
|
5016
5133
|
"varName": "siteRef"
|
|
5017
5134
|
},
|
|
5018
5135
|
"siteNetworkSubnet": {
|
|
5019
|
-
"alias": "
|
|
5136
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
5020
5137
|
"args": {},
|
|
5021
5138
|
"deprecationReason": null,
|
|
5022
5139
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -5117,7 +5234,7 @@
|
|
|
5117
5234
|
"varName": "subnet"
|
|
5118
5235
|
},
|
|
5119
5236
|
"systemGroup": {
|
|
5120
|
-
"alias": "
|
|
5237
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
5121
5238
|
"args": {},
|
|
5122
5239
|
"deprecationReason": null,
|
|
5123
5240
|
"description": "Predefined Cato groups",
|
|
@@ -5195,7 +5312,7 @@
|
|
|
5195
5312
|
"varName": "systemGroupRef"
|
|
5196
5313
|
},
|
|
5197
5314
|
"user": {
|
|
5198
|
-
"alias": "
|
|
5315
|
+
"alias": "userInternetFirewallSource: user",
|
|
5199
5316
|
"args": {},
|
|
5200
5317
|
"deprecationReason": null,
|
|
5201
5318
|
"description": "Individual users defined for the account",
|
|
@@ -5273,7 +5390,7 @@
|
|
|
5273
5390
|
"varName": "userRef"
|
|
5274
5391
|
},
|
|
5275
5392
|
"usersGroup": {
|
|
5276
|
-
"alias": "
|
|
5393
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
5277
5394
|
"args": {},
|
|
5278
5395
|
"deprecationReason": null,
|
|
5279
5396
|
"description": "Group of users",
|
|
@@ -5450,7 +5567,7 @@
|
|
|
5450
5567
|
"varName": "name"
|
|
5451
5568
|
},
|
|
5452
5569
|
"schedule": {
|
|
5453
|
-
"alias": "
|
|
5570
|
+
"alias": "scheduleInternetFirewallRule: schedule",
|
|
5454
5571
|
"args": {},
|
|
5455
5572
|
"deprecationReason": null,
|
|
5456
5573
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -5467,7 +5584,7 @@
|
|
|
5467
5584
|
"enumValues": null,
|
|
5468
5585
|
"fields": {
|
|
5469
5586
|
"activeOn": {
|
|
5470
|
-
"alias": "
|
|
5587
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
5471
5588
|
"args": {},
|
|
5472
5589
|
"deprecationReason": null,
|
|
5473
5590
|
"description": null,
|
|
@@ -5525,7 +5642,7 @@
|
|
|
5525
5642
|
"varName": "activeOn"
|
|
5526
5643
|
},
|
|
5527
5644
|
"customRecurring": {
|
|
5528
|
-
"alias": "
|
|
5645
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
5529
5646
|
"args": {},
|
|
5530
5647
|
"deprecationReason": null,
|
|
5531
5648
|
"description": null,
|
|
@@ -5677,7 +5794,7 @@
|
|
|
5677
5794
|
"varName": "policyCustomRecurring"
|
|
5678
5795
|
},
|
|
5679
5796
|
"customTimeframe": {
|
|
5680
|
-
"alias": "
|
|
5797
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
5681
5798
|
"args": {},
|
|
5682
5799
|
"deprecationReason": null,
|
|
5683
5800
|
"description": null,
|
|
@@ -5769,7 +5886,7 @@
|
|
|
5769
5886
|
"varName": "policySchedule"
|
|
5770
5887
|
},
|
|
5771
5888
|
"section": {
|
|
5772
|
-
"alias": "
|
|
5889
|
+
"alias": "sectionInternetFirewallRule: section",
|
|
5773
5890
|
"args": {},
|
|
5774
5891
|
"deprecationReason": null,
|
|
5775
5892
|
"description": "Policy section where the rule is located",
|
|
@@ -5845,7 +5962,7 @@
|
|
|
5845
5962
|
"varName": "policySectionInfo"
|
|
5846
5963
|
},
|
|
5847
5964
|
"service": {
|
|
5848
|
-
"alias": "
|
|
5965
|
+
"alias": "serviceInternetFirewallRule: service",
|
|
5849
5966
|
"args": {},
|
|
5850
5967
|
"deprecationReason": null,
|
|
5851
5968
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -5862,7 +5979,7 @@
|
|
|
5862
5979
|
"enumValues": null,
|
|
5863
5980
|
"fields": {
|
|
5864
5981
|
"custom": {
|
|
5865
|
-
"alias": "
|
|
5982
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
5866
5983
|
"args": {},
|
|
5867
5984
|
"deprecationReason": null,
|
|
5868
5985
|
"description": null,
|
|
@@ -5901,7 +6018,7 @@
|
|
|
5901
6018
|
"varName": "port"
|
|
5902
6019
|
},
|
|
5903
6020
|
"portRange": {
|
|
5904
|
-
"alias": "
|
|
6021
|
+
"alias": "portRangeCustomService: portRange",
|
|
5905
6022
|
"args": {},
|
|
5906
6023
|
"deprecationReason": null,
|
|
5907
6024
|
"description": null,
|
|
@@ -5976,7 +6093,7 @@
|
|
|
5976
6093
|
"varName": "portRange"
|
|
5977
6094
|
},
|
|
5978
6095
|
"protocol": {
|
|
5979
|
-
"alias": "
|
|
6096
|
+
"alias": "protocolCustomService: protocol",
|
|
5980
6097
|
"args": {},
|
|
5981
6098
|
"deprecationReason": null,
|
|
5982
6099
|
"description": null,
|
|
@@ -6059,7 +6176,7 @@
|
|
|
6059
6176
|
"varName": "customService"
|
|
6060
6177
|
},
|
|
6061
6178
|
"standard": {
|
|
6062
|
-
"alias": "
|
|
6179
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
6063
6180
|
"args": {},
|
|
6064
6181
|
"deprecationReason": null,
|
|
6065
6182
|
"description": null,
|
|
@@ -6154,7 +6271,7 @@
|
|
|
6154
6271
|
"varName": "internetFirewallServiceType"
|
|
6155
6272
|
},
|
|
6156
6273
|
"source": {
|
|
6157
|
-
"alias": "
|
|
6274
|
+
"alias": "sourceInternetFirewallRule: source",
|
|
6158
6275
|
"args": {},
|
|
6159
6276
|
"deprecationReason": null,
|
|
6160
6277
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6171,7 +6288,7 @@
|
|
|
6171
6288
|
"enumValues": null,
|
|
6172
6289
|
"fields": {
|
|
6173
6290
|
"floatingSubnet": {
|
|
6174
|
-
"alias": "
|
|
6291
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
6175
6292
|
"args": {},
|
|
6176
6293
|
"deprecationReason": null,
|
|
6177
6294
|
"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.",
|
|
@@ -6249,7 +6366,7 @@
|
|
|
6249
6366
|
"varName": "floatingSubnetRef"
|
|
6250
6367
|
},
|
|
6251
6368
|
"globalIpRange": {
|
|
6252
|
-
"alias": "
|
|
6369
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
6253
6370
|
"args": {},
|
|
6254
6371
|
"deprecationReason": null,
|
|
6255
6372
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -6327,7 +6444,7 @@
|
|
|
6327
6444
|
"varName": "globalIpRangeRef"
|
|
6328
6445
|
},
|
|
6329
6446
|
"group": {
|
|
6330
|
-
"alias": "
|
|
6447
|
+
"alias": "groupInternetFirewallSource: group",
|
|
6331
6448
|
"args": {},
|
|
6332
6449
|
"deprecationReason": null,
|
|
6333
6450
|
"description": "Groups defined for your account",
|
|
@@ -6405,7 +6522,7 @@
|
|
|
6405
6522
|
"varName": "groupRef"
|
|
6406
6523
|
},
|
|
6407
6524
|
"host": {
|
|
6408
|
-
"alias": "
|
|
6525
|
+
"alias": "hostInternetFirewallSource: host",
|
|
6409
6526
|
"args": {},
|
|
6410
6527
|
"deprecationReason": null,
|
|
6411
6528
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6506,7 +6623,7 @@
|
|
|
6506
6623
|
"varName": "ip"
|
|
6507
6624
|
},
|
|
6508
6625
|
"ipRange": {
|
|
6509
|
-
"alias": "
|
|
6626
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
6510
6627
|
"args": {},
|
|
6511
6628
|
"deprecationReason": null,
|
|
6512
6629
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6584,7 +6701,7 @@
|
|
|
6584
6701
|
"varName": "ipAddressRange"
|
|
6585
6702
|
},
|
|
6586
6703
|
"networkInterface": {
|
|
6587
|
-
"alias": "
|
|
6704
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
6588
6705
|
"args": {},
|
|
6589
6706
|
"deprecationReason": null,
|
|
6590
6707
|
"description": "Network range defined for a site",
|
|
@@ -6662,7 +6779,7 @@
|
|
|
6662
6779
|
"varName": "networkInterfaceRef"
|
|
6663
6780
|
},
|
|
6664
6781
|
"site": {
|
|
6665
|
-
"alias": "
|
|
6782
|
+
"alias": "siteInternetFirewallSource: site",
|
|
6666
6783
|
"args": {},
|
|
6667
6784
|
"deprecationReason": null,
|
|
6668
6785
|
"description": "Site defined for the account",
|
|
@@ -6740,7 +6857,7 @@
|
|
|
6740
6857
|
"varName": "siteRef"
|
|
6741
6858
|
},
|
|
6742
6859
|
"siteNetworkSubnet": {
|
|
6743
|
-
"alias": "
|
|
6860
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
6744
6861
|
"args": {},
|
|
6745
6862
|
"deprecationReason": null,
|
|
6746
6863
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6841,7 +6958,7 @@
|
|
|
6841
6958
|
"varName": "subnet"
|
|
6842
6959
|
},
|
|
6843
6960
|
"systemGroup": {
|
|
6844
|
-
"alias": "
|
|
6961
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
6845
6962
|
"args": {},
|
|
6846
6963
|
"deprecationReason": null,
|
|
6847
6964
|
"description": "Predefined Cato groups",
|
|
@@ -6919,7 +7036,7 @@
|
|
|
6919
7036
|
"varName": "systemGroupRef"
|
|
6920
7037
|
},
|
|
6921
7038
|
"user": {
|
|
6922
|
-
"alias": "
|
|
7039
|
+
"alias": "userInternetFirewallSource: user",
|
|
6923
7040
|
"args": {},
|
|
6924
7041
|
"deprecationReason": null,
|
|
6925
7042
|
"description": "Individual users defined for the account",
|
|
@@ -6997,7 +7114,7 @@
|
|
|
6997
7114
|
"varName": "userRef"
|
|
6998
7115
|
},
|
|
6999
7116
|
"usersGroup": {
|
|
7000
|
-
"alias": "
|
|
7117
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
7001
7118
|
"args": {},
|
|
7002
7119
|
"deprecationReason": null,
|
|
7003
7120
|
"description": "Group of users",
|
|
@@ -7092,7 +7209,7 @@
|
|
|
7092
7209
|
"varName": "internetFirewallSource"
|
|
7093
7210
|
},
|
|
7094
7211
|
"tracking": {
|
|
7095
|
-
"alias": "
|
|
7212
|
+
"alias": "trackingInternetFirewallRule: tracking",
|
|
7096
7213
|
"args": {},
|
|
7097
7214
|
"deprecationReason": null,
|
|
7098
7215
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -7109,7 +7226,7 @@
|
|
|
7109
7226
|
"enumValues": null,
|
|
7110
7227
|
"fields": {
|
|
7111
7228
|
"alert": {
|
|
7112
|
-
"alias": "
|
|
7229
|
+
"alias": "alertPolicyTracking: alert",
|
|
7113
7230
|
"args": {},
|
|
7114
7231
|
"deprecationReason": null,
|
|
7115
7232
|
"description": null,
|
|
@@ -7147,7 +7264,7 @@
|
|
|
7147
7264
|
"varName": "enabled"
|
|
7148
7265
|
},
|
|
7149
7266
|
"frequency": {
|
|
7150
|
-
"alias": "
|
|
7267
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
7151
7268
|
"args": {},
|
|
7152
7269
|
"deprecationReason": null,
|
|
7153
7270
|
"description": "Returns data for the alert frequency",
|
|
@@ -7205,7 +7322,7 @@
|
|
|
7205
7322
|
"varName": "frequency"
|
|
7206
7323
|
},
|
|
7207
7324
|
"mailingList": {
|
|
7208
|
-
"alias": "
|
|
7325
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
7209
7326
|
"args": {},
|
|
7210
7327
|
"deprecationReason": null,
|
|
7211
7328
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -7283,7 +7400,7 @@
|
|
|
7283
7400
|
"varName": "subscriptionMailingListRef"
|
|
7284
7401
|
},
|
|
7285
7402
|
"subscriptionGroup": {
|
|
7286
|
-
"alias": "
|
|
7403
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
7287
7404
|
"args": {},
|
|
7288
7405
|
"deprecationReason": null,
|
|
7289
7406
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -7361,7 +7478,7 @@
|
|
|
7361
7478
|
"varName": "subscriptionGroupRef"
|
|
7362
7479
|
},
|
|
7363
7480
|
"webhook": {
|
|
7364
|
-
"alias": "
|
|
7481
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
7365
7482
|
"args": {},
|
|
7366
7483
|
"deprecationReason": null,
|
|
7367
7484
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -7456,7 +7573,7 @@
|
|
|
7456
7573
|
"varName": "policyRuleTrackingAlert"
|
|
7457
7574
|
},
|
|
7458
7575
|
"event": {
|
|
7459
|
-
"alias": "
|
|
7576
|
+
"alias": "eventPolicyTracking: event",
|
|
7460
7577
|
"args": {},
|
|
7461
7578
|
"deprecationReason": null,
|
|
7462
7579
|
"description": null,
|
|
@@ -7580,7 +7697,7 @@
|
|
|
7580
7697
|
"enumValues": null,
|
|
7581
7698
|
"fields": {
|
|
7582
7699
|
"audit": {
|
|
7583
|
-
"alias": "
|
|
7700
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
7584
7701
|
"args": {},
|
|
7585
7702
|
"deprecationReason": null,
|
|
7586
7703
|
"description": null,
|
|
@@ -7656,7 +7773,7 @@
|
|
|
7656
7773
|
"varName": "policyElementAudit"
|
|
7657
7774
|
},
|
|
7658
7775
|
"properties": {
|
|
7659
|
-
"alias": "
|
|
7776
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7660
7777
|
"args": {},
|
|
7661
7778
|
"deprecationReason": null,
|
|
7662
7779
|
"description": null,
|
|
@@ -7734,7 +7851,7 @@
|
|
|
7734
7851
|
"varName": "properties"
|
|
7735
7852
|
},
|
|
7736
7853
|
"section": {
|
|
7737
|
-
"alias": "
|
|
7854
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
7738
7855
|
"args": {},
|
|
7739
7856
|
"deprecationReason": null,
|
|
7740
7857
|
"description": null,
|
|
@@ -7845,7 +7962,7 @@
|
|
|
7845
7962
|
"varName": "internetFirewallPolicy"
|
|
7846
7963
|
},
|
|
7847
7964
|
"status": {
|
|
7848
|
-
"alias": "
|
|
7965
|
+
"alias": "statusInternetFirewallPolicyMutationPayload: status",
|
|
7849
7966
|
"args": {},
|
|
7850
7967
|
"deprecationReason": null,
|
|
7851
7968
|
"description": null,
|