FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRule

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

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name which should be used for this Firewall Policy Rule Collection Group. Changing this forces a new Firewall Policy Rule Collection Group to be created.

Link copied to clipboard
Link copied to clipboard
val sourceIpGroups: List<String>? = null
Link copied to clipboard
val terminateTls: Boolean? = null
Link copied to clipboard
val webCategories: List<String>? = null