Udostępnij przez


Automation type

Zasób automatyzacji zabezpieczeń.

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