models.filer_audit_log_configuration module¶
-
class
models.filer_audit_log_configuration.
FilerAuditLogConfiguration
(enabled=None, retention_period_days=None)[source]¶ Bases:
object
Implementation of the ‘FilerAuditLogConfiguration’ model.
Specifies the settings of the filer audit log configuration.
- Attributes:
- enabled (bool): Specifies if filer audit logging is enabled on the
Cohesity Cluster. If ‘true’, filer audit logging is enabled. Otherwise, it is disabled.
- retention_period_days (int): Specifies the number of days to keep
(retain) the filer audit logs. Audit logs generated before the period of time specified by retentionPeriodDays are removed from the Cohesity Cluster.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.