LogRulesResponse

data class LogRulesResponse(val filteringTags: List<FilteringTagResponse>? = null, val sendAadLogs: Boolean? = null, val sendActivityLogs: Boolean? = null, val sendSubscriptionLogs: Boolean? = null)

Set of rules for sending logs for the Monitor resource.

Constructors

Link copied to clipboard
constructor(filteringTags: List<FilteringTagResponse>? = null, sendAadLogs: Boolean? = null, sendActivityLogs: Boolean? = null, sendSubscriptionLogs: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.

Link copied to clipboard
val sendAadLogs: Boolean? = null

Flag specifying if AAD logs should be sent for the Monitor resource.

Link copied to clipboard

Flag specifying if activity logs from Azure resources should be sent for the Monitor resource.

Link copied to clipboard

Flag specifying if subscription logs should be sent for the Monitor resource.