Automation type

The security automation resource.

type Automation = TrackedResource & {
  actions?: AutomationActionUnion[]
  description?: string
  isEnabled?: boolean
  scopes?: AutomationScope[]
  sources?: AutomationSource[]
}