Azure Firewall Application Rule Response
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.