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 is set at the target level overriding the global 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. Indicates the number of months the audit records will be stored offline in the Data Safe audit archive. Minimum: 0; Maximum: 72 months. If you have a requirement to store the audit data even longer in 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. Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months
Returns: The online_months of this ChangeRetentionDetails. Return type: int
-