Get Alert Rule Result
data class GetAlertRuleResult(val action: Either<RuleEmailActionResponse, RuleWebhookActionResponse>? = null, val actions: List<Either<RuleEmailActionResponse, RuleWebhookActionResponse>>? = null, val condition: Any, val description: String? = null, val id: String, val isEnabled: Boolean, val lastUpdatedTime: String, val location: String, val name: String, val provisioningState: String? = null, val tags: Map<String, String>? = null, val type: String)
The alert rule resource.
Constructors
Link copied to clipboard
fun GetAlertRuleResult(action: Either<RuleEmailActionResponse, RuleWebhookActionResponse>? = null, actions: List<Either<RuleEmailActionResponse, RuleWebhookActionResponse>>? = null, condition: Any, description: String? = null, id: String, isEnabled: Boolean, lastUpdatedTime: String, location: String, name: String, provisioningState: String? = null, tags: Map<String, String>? = null, type: String)