ChangeRetentionDetails¶
-
class
oci.data_safe.models.
ChangeRetentionDetails
(**kwargs)¶ Bases:
object
Details for the audit retention months to be modified.
Methods
__init__
(**kwargs)Initializes a new ChangeRetentionDetails object with values from keyword arguments. Attributes
is_override_global_retention_setting
Gets the is_override_global_retention_setting of this ChangeRetentionDetails. offline_months
Gets the offline_months of this ChangeRetentionDetails. online_months
Gets the online_months of this ChangeRetentionDetails. -
__init__
(**kwargs)¶ Initializes a new ChangeRetentionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - online_months (int) – The value to assign to the online_months property of this ChangeRetentionDetails.
- offline_months (int) – The value to assign to the offline_months property of this ChangeRetentionDetails.
- is_override_global_retention_setting (bool) – The value to assign to the is_override_global_retention_setting property of this ChangeRetentionDetails.
-
is_override_global_retention_setting
¶ Gets the is_override_global_retention_setting of this ChangeRetentionDetails. Indicates whether audit retention settings like online and offline months set at the target level override both the global settings and the target group level audit retention settings.
Returns: The is_override_global_retention_setting of this ChangeRetentionDetails. Return type: bool
-
offline_months
¶ Gets the offline_months of this ChangeRetentionDetails. Number of months the audit records will be stored offline in the offline archive.
Minimum: 0; Maximum: 72 months. If you have a requirement to store the audit data even longer in the offline archive, please contact the Oracle Support.Returns: The offline_months of this ChangeRetentionDetails. Return type: int
-
online_months
¶ Gets the online_months of this ChangeRetentionDetails. Number of months the audit records will be stored online in the audit repository for immediate reporting and analysis. Minimum: 1; Maximum: 12 months
Returns: The online_months of this ChangeRetentionDetails. Return type: int
-