Automation type
The security automation resource.
type Automation = TrackedResource & {
actions?: AutomationActionUnion[]
description?: string
isEnabled?: boolean
scopes?: AutomationScope[]
sources?: AutomationSource[]
}
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The security automation resource.
type Automation = TrackedResource & {
actions?: AutomationActionUnion[]
description?: string
isEnabled?: boolean
scopes?: AutomationScope[]
sources?: AutomationSource[]
}