Tag Rules Log Rule Args
data class TagRulesLogRuleArgs(val filteringTags: Output<List<TagRulesLogRuleFilteringTagArgs>>, val sendActivityLogsEnabled: Output<Boolean>? = null, val sendAzureActiveDirectoryLogsEnabled: Output<Boolean>? = null, val sendSubscriptionLogsEnabled: Output<Boolean>? = null) : ConvertibleToJava<TagRulesLogRuleArgs>
Constructors
Link copied to clipboard
constructor(filteringTags: Output<List<TagRulesLogRuleFilteringTagArgs>>, sendActivityLogsEnabled: Output<Boolean>? = null, sendAzureActiveDirectoryLogsEnabled: Output<Boolean>? = null, sendSubscriptionLogsEnabled: Output<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
.