GetElasticsearchLog

data class GetElasticsearchLog(val filteringTags: List<GetElasticsearchLogFilteringTag>, val sendActivityLogs: Boolean, val sendAzureadLogs: Boolean, val sendSubscriptionLogs: Boolean)

Constructors

Link copied to clipboard
constructor(filteringTags: List<GetElasticsearchLogFilteringTag>, sendActivityLogs: Boolean, sendAzureadLogs: Boolean, sendSubscriptionLogs: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of filtering_tag blocks as defined above.

Link copied to clipboard

Should the Azure Activity Logs should be sent to the Elasticsearch cluster?

Link copied to clipboard

Should the AzureAD Logs should be sent to the Elasticsearch cluster?

Link copied to clipboard

Should the Azure Subscription Logs should be sent to the Elasticsearch cluster?