WorkspaceSetting Class
Configures where to store the OMS agent data for workspaces under a scope.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
WorkspaceSetting(*, workspace_id: str | None = None, scope: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
workspace_id
|
The full Azure ID of the workspace to save the data in. Default value: None
|
|
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. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource Id. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
workspace_id
|
The full Azure ID of the workspace to save the data in. |
|
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. |