다음을 통해 공유


Automation type

보안 자동화 리소스입니다.

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