watcherclient.v1.audit_shell module¶
- class watcherclient.v1.audit_shell.CreateAudit(app: App, app_args: Namespace | None, cmd_name: str | None = None)[source]¶
Bases:
ShowOneCreate new audit.
- app_dist_name: ty.Optional[str]¶
- log = <Logger watcherclient.v1.audit_shell.CreateAudit (WARNING)>¶
- class watcherclient.v1.audit_shell.DeleteAudit(app: _app.App, app_args: Namespace | None, cmd_name: str | None = None)[source]¶
Bases:
CommandDelete audit command.
- app_dist_name: ty.Optional[str]¶
- log = <Logger watcherclient.v1.audit_shell.DeleteAudit (WARNING)>¶
- class watcherclient.v1.audit_shell.ListAudit(app: App, app_args: Namespace | None, cmd_name: str | None = None)[source]¶
Bases:
ListerList information on retrieved audits.
- app_dist_name: ty.Optional[str]¶
- log = <Logger watcherclient.v1.audit_shell.ListAudit (WARNING)>¶
- class watcherclient.v1.audit_shell.ShowAudit(app: App, app_args: Namespace | None, cmd_name: str | None = None)[source]¶
Bases:
ShowOneShow detailed information about a given audit.
- app_dist_name: ty.Optional[str]¶
- log = <Logger watcherclient.v1.audit_shell.ShowAudit (WARNING)>¶