Get Automation Result
data class GetAutomationResult(val actions: List<Any>? = null, val description: String? = null, val etag: String? = null, val id: String, val isEnabled: Boolean? = null, val kind: String? = null, val location: String? = null, val name: String, val scopes: List<AutomationScopeResponse>? = null, val sources: List<AutomationSourceResponse>? = null, val tags: Map<String, String>? = null, val type: String)
The security automation resource.
Constructors
Link copied to clipboard
constructor(actions: List<Any>? = null, description: String? = null, etag: String? = null, id: String, isEnabled: Boolean? = null, kind: String? = null, location: String? = null, name: String, scopes: List<AutomationScopeResponse>? = null, sources: List<AutomationSourceResponse>? = null, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The security automation description.
Link copied to clipboard
A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.
Link copied to clipboard
A collection of the source event types which evaluate the security automation set of rules.