ApplicationRuleConditionResponse

data class ApplicationRuleConditionResponse(val description: String? = null, val destinationAddresses: List<String>? = null, val fqdnTags: List<String>? = null, val name: String? = null, val protocols: List<FirewallPolicyRuleConditionApplicationProtocolResponse>? = null, val ruleConditionType: String, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null, val targetFqdns: List<String>? = null)

Rule condition of type application.

Constructors

Link copied to clipboard
constructor(description: String? = null, destinationAddresses: List<String>? = null, fqdnTags: List<String>? = null, name: String? = null, protocols: List<FirewallPolicyRuleConditionApplicationProtocolResponse>? = null, ruleConditionType: String, 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 condition.

Link copied to clipboard

List of destination IP addresses or Service Tags.

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

List of FQDN Tags for this rule condition.

Link copied to clipboard
val name: String? = null

Name of the rule condition.

Link copied to clipboard

Array of Application Protocols.

Link copied to clipboard

Rule Condition Type. Expected value is 'ApplicationRuleCondition'.

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 condition.