TagRulesLogRule

data class TagRulesLogRule(val filteringTags: List<TagRulesLogRuleFilteringTag>, val sendActivityLogsEnabled: Boolean? = null, val sendAzureActiveDirectoryLogsEnabled: Boolean? = null, val sendSubscriptionLogsEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(filteringTags: List<TagRulesLogRuleFilteringTag>, sendActivityLogsEnabled: Boolean? = null, sendAzureActiveDirectoryLogsEnabled: Boolean? = null, sendSubscriptionLogsEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Filtering tag for the log rule. A filtering_tag block as defined below. Changing this forces a new resource to be created.

Link copied to clipboard

Send Activity logs. The default value is false. Changing this forces a new resource to be created.

Link copied to clipboard

Send Azure Active Directory logs. The default value is false. Changing this forces a new resource to be created.

Link copied to clipboard

Send Subscription logs. The default value is false. Changing this forces a new resource to be created.