Get Firewall Log Profile Result
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)