Provides the WazuhInternalAuthdConfiguration which allows to parse the authd section of the Wazuh internal configuration.

class WazuhInternalAuthdConfiguration(**kwargs)#

Bases: object

Object representation of the wazuh agent’s internal option authd section.

Wazuh reference: https://documentation.wazuh.com/current/user-manual/reference/internal-options.html#authd

debug: int | None#

The debug log level configuration of the wazuh agent.

0: No debug output

1: Standard debug output

2: Verbose debug output

timeout_microseconds: int | None#

Network timeout to automatically close connections (microsecond part).

timeout_seconds: int | None#

Network timeout to automatically close connections (second part).