次の方法で共有


Automation type

セキュリティ自動化リソース。

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