AzureFirewallApplicationRuleResponse

data class AzureFirewallApplicationRuleResponse(val description: String? = null, val fqdnTags: List<String>? = null, val name: String? = null, val protocols: List<AzureFirewallApplicationRuleProtocolResponse>? = null, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null, val targetFqdns: List<String>? = null)

Properties of an application rule.

Constructors

Link copied to clipboard
constructor(description: String? = null, fqdnTags: List<String>? = null, name: String? = null, protocols: List<AzureFirewallApplicationRuleProtocolResponse>? = null, sourceAddresses: List<String>? = null, sourceIpGroups: List<String>? = null, targetFqdns: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the rule.

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

List of FQDN Tags for this rule.

Link copied to clipboard
val name: String? = null

Name of the application rule.

Link copied to clipboard

Array of ApplicationRuleProtocols.

Link copied to clipboard

List of source IP addresses for this rule.

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

List of source IpGroups for this rule.

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

List of FQDNs for this rule.