Automation type
セキュリティ自動化リソース。
type Automation = TrackedResource & {
actions?: AutomationActionUnion[]
description?: string
isEnabled?: boolean
scopes?: AutomationScope[]
sources?: AutomationSource[]
}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
セキュリティ自動化リソース。
type Automation = TrackedResource & {
actions?: AutomationActionUnion[]
description?: string
isEnabled?: boolean
scopes?: AutomationScope[]
sources?: AutomationSource[]
}