Tag Rules Log Rule
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)
Properties
Link copied to clipboard
Filtering tag for the log rule. A filtering_tag block as defined below.
Link copied to clipboard
Send Activity logs. The default value is false.
Link copied to clipboard
Send Azure Active Directory logs. The default value is false.
Link copied to clipboard
Send Subscription logs. The default value is false.