WorkspaceSetting interface
Configures where to store the OMS agent data for workspaces under a scope
- Extends
Properties
scope | All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope |
workspace |
The full Azure ID of the workspace to save the data in |
Inherited Properties
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
scope
All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope
scope?: string
Property Value
string
workspaceId
The full Azure ID of the workspace to save the data in
workspaceId?: string
Property Value
string
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript