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
fun GetAutomationResult(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)