ApplicationRuleArgs

data class ApplicationRuleArgs(val description: Output<String>? = null, val destinationAddresses: Output<List<String>>? = null, val fqdnTags: Output<List<String>>? = null, val name: Output<String>? = null, val protocols: Output<List<FirewallPolicyRuleApplicationProtocolArgs>>? = null, val ruleType: Output<String>, val sourceAddresses: Output<List<String>>? = null, val sourceIpGroups: Output<List<String>>? = null, val targetFqdns: Output<List<String>>? = null, val targetUrls: Output<List<String>>? = null, val terminateTLS: Output<Boolean>? = null, val webCategories: Output<List<String>>? = null) : ConvertibleToJava<ApplicationRuleArgs>

Rule of type application.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, destinationAddresses: Output<List<String>>? = null, fqdnTags: Output<List<String>>? = null, name: Output<String>? = null, protocols: Output<List<FirewallPolicyRuleApplicationProtocolArgs>>? = null, ruleType: Output<String>, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null, targetFqdns: Output<List<String>>? = null, targetUrls: Output<List<String>>? = null, terminateTLS: Output<Boolean>? = null, webCategories: Output<List<String>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description of the rule.

Link copied to clipboard
val destinationAddresses: Output<List<String>>? = null

List of destination IP addresses or Service Tags.

Link copied to clipboard
val fqdnTags: Output<List<String>>? = null

List of FQDN Tags for this rule.

Link copied to clipboard
val name: Output<String>? = null

Name of the rule.

Link copied to clipboard

Array of Application Protocols.

Link copied to clipboard
val ruleType: Output<String>

Rule Type. Expected value is 'ApplicationRule'.

Link copied to clipboard
val sourceAddresses: Output<List<String>>? = null

List of source IP addresses for this rule.

Link copied to clipboard
val sourceIpGroups: Output<List<String>>? = null

List of source IpGroups for this rule.

Link copied to clipboard
val targetFqdns: Output<List<String>>? = null

List of FQDNs for this rule.

Link copied to clipboard
val targetUrls: Output<List<String>>? = null

List of Urls for this rule condition.

Link copied to clipboard
val terminateTLS: Output<Boolean>? = null

Terminate TLS connections for this rule.

Link copied to clipboard
val webCategories: Output<List<String>>? = null

List of destination azure web categories.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationRuleArgs