SentinelFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing Sentinel Alert Rule.

suspend fun getAlertRule(logAnalyticsWorkspaceId: String, name: String): GetAlertRuleResult
Link copied to clipboard

Use this data source to access information about an existing Anomaly Alert Rule.

suspend fun getAlertRuleAnomaly(displayName: String? = null, logAnalyticsWorkspaceId: String, name: String? = null): GetAlertRuleAnomalyResult
Link copied to clipboard

Use this data source to access information about an existing Sentinel Alert Rule Template.

suspend fun getAlertRuleTemplate(displayName: String? = null, logAnalyticsWorkspaceId: String, name: String? = null): GetAlertRuleTemplateResult