Firewall Policy Rule Collection Group Application Rule Collection Rule
data class FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRule(val description: String? = null, val destinationAddresses: List<String>? = null, val destinationFqdnTags: List<String>? = null, val destinationFqdns: List<String>? = null, val destinationUrls: List<String>? = null, val httpHeaders: List<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeader>? = null, val name: String, val protocols: List<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleProtocol>? = null, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null, val terminateTls: Boolean? = null, val webCategories: List<String>? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, destinationAddresses: List<String>? = null, destinationFqdnTags: List<String>? = null, destinationFqdns: List<String>? = null, destinationUrls: List<String>? = null, httpHeaders: List<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeader>? = null, name: String, protocols: List<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleProtocol>? = null, sourceAddresses: List<String>? = null, sourceIpGroups: List<String>? = null, terminateTls: Boolean? = null, webCategories: List<String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies a list of destination FQDN tags.
Link copied to clipboard
Specifies a list of destination URLs for which policy should hold. Needs Premium SKU for Firewall Policy. Conflicts with destination_fqdns
.
Link copied to clipboard
val httpHeaders: List<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeader>? = null
Specifies a list of HTTP/HTTPS headers to insert. One or more http_headers
blocks as defined below.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Boolean specifying if TLS shall be terminated (true) or not (false). Must be true
when using destination_urls
. Needs Premium SKU for Firewall Policy.
Link copied to clipboard
Specifies a list of web categories to which access is denied or allowed depending on the value of action
above. Needs Premium SKU for Firewall Policy.