Aracılığıyla paylaş


Automation type

Güvenlik otomasyonu kaynağı.

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