GetAlertRuleTemplatePlainArgs

data class GetAlertRuleTemplatePlainArgs(val displayName: String? = null, val logAnalyticsWorkspaceId: String, val name: String? = null) : ConvertibleToJava<GetAlertRuleTemplatePlainArgs>

A collection of arguments for invoking getAlertRuleTemplate.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, logAnalyticsWorkspaceId: String, name: String? = null)

Properties

Link copied to clipboard
val displayName: String? = null

The display name of this Sentinel Alert Rule Template. Either display_name or name have to be specified.

Link copied to clipboard

The ID of the Log Analytics Workspace.

Link copied to clipboard
val name: String? = null

The name of this Sentinel Alert Rule Template. Either display_name or name have to be specified.

Functions

Link copied to clipboard
open override fun toJava(): GetAlertRuleTemplatePlainArgs