AgentSetting Class

A setting used to control an agent behavior on a host machine.

Constructor

AgentSetting(*, name: str | _models.KnownAgentSettingName | None = None, value: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name

The name of the setting. Must be part of the list of supported settings. Known values are: "MaxDiskQuotaInMB" and "UseTimeReceivedForForwardedEvents".

Default value: None
value
str

The value of the setting.

Default value: None

Variables

Name Description
name

The name of the setting. Must be part of the list of supported settings. Known values are: "MaxDiskQuotaInMB" and "UseTimeReceivedForForwardedEvents".

value
str

The value of the setting.