Get Firewall Policy Draft Result
data class GetFirewallPolicyDraftResult(val azureApiVersion: String, val basePolicy: SubResourceResponse? = null, val dnsSettings: DnsSettingsResponse? = null, val explicitProxy: ExplicitProxyResponse? = null, val id: String? = null, val insights: FirewallPolicyInsightsResponse? = null, val intrusionDetection: FirewallPolicyIntrusionDetectionResponse? = null, val location: String? = null, val name: String, val snat: FirewallPolicySNATResponse? = null, val sql: FirewallPolicySQLResponse? = null, val tags: Map<String, String>? = null, val threatIntelMode: String? = null, val threatIntelWhitelist: FirewallPolicyThreatIntelWhitelistResponse? = null, val type: String)
FirewallPolicy Resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, basePolicy: SubResourceResponse? = null, dnsSettings: DnsSettingsResponse? = null, explicitProxy: ExplicitProxyResponse? = null, id: String? = null, insights: FirewallPolicyInsightsResponse? = null, intrusionDetection: FirewallPolicyIntrusionDetectionResponse? = null, location: String? = null, name: String, snat: FirewallPolicySNATResponse? = null, sql: FirewallPolicySQLResponse? = null, tags: Map<String, String>? = null, threatIntelMode: String? = null, threatIntelWhitelist: FirewallPolicyThreatIntelWhitelistResponse? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The parent firewall policy from which rules are inherited.
Link copied to clipboard
DNS Proxy Settings definition.
Link copied to clipboard
Explicit Proxy Settings definition.
Link copied to clipboard
Insights on Firewall Policy.
Link copied to clipboard
The configuration for Intrusion detection.
Link copied to clipboard
The private IP addresses/IP ranges to which traffic will not be SNAT.
Link copied to clipboard
SQL Settings definition.
Link copied to clipboard
The operation mode for Threat Intelligence.
Link copied to clipboard
ThreatIntel Whitelist for Firewall Policy.