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
str

The full Azure ID of the workspace to save the data in.

Default value: None
scope
str

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
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

workspace_id
str

The full Azure ID of the workspace to save the data in.

scope
str

All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope.