GetFirewallLogProfileResult

data class GetFirewallLogProfileResult(val applicationInsights: ApplicationInsightsResponse? = null, val commonDestination: LogDestinationResponse? = null, val decryptLogDestination: LogDestinationResponse? = null, val logOption: String? = null, val logType: String? = null, val threatLogDestination: LogDestinationResponse? = null, val trafficLogDestination: LogDestinationResponse? = null)

Log Settings for Firewall

Constructors

Link copied to clipboard
constructor(applicationInsights: ApplicationInsightsResponse? = null, commonDestination: LogDestinationResponse? = null, decryptLogDestination: LogDestinationResponse? = null, logOption: String? = null, logType: String? = null, threatLogDestination: LogDestinationResponse? = null, trafficLogDestination: LogDestinationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Application Insight details

Link copied to clipboard

Common destination configurations

Link copied to clipboard

Decrypt destination configurations

Link copied to clipboard
val logOption: String? = null

Log option SAME/INDIVIDUAL

Link copied to clipboard
val logType: String? = null

One of possible log type

Link copied to clipboard

Threat destination configurations

Link copied to clipboard

Traffic destination configurations