Get Activity Log Alert Result
data class GetActivityLogAlertResult(val actions: ActionListResponse, val condition: AlertRuleAllOfConditionResponse, val description: String? = null, val enabled: Boolean? = null, val id: String, val location: String? = null, val name: String, val scopes: List<String>? = null, val tags: Map<String, String>? = null, val tenantScope: String? = null, val type: String)
An Activity Log Alert rule resource.
Constructors
Link copied to clipboard
fun GetActivityLogAlertResult(actions: ActionListResponse, condition: AlertRuleAllOfConditionResponse, description: String? = null, enabled: Boolean? = null, id: String, location: String? = null, name: String, scopes: List<String>? = null, tags: Map<String, String>? = null, tenantScope: String? = null, type: String)