Class ChangeRetentionDetails
Details for the audit retention months to be modified.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class ChangeRetentionDetails
Properties
IsOverrideGlobalRetentionSetting
Declaration
[JsonProperty(PropertyName = "isOverrideGlobalRetentionSetting")]
public bool? IsOverrideGlobalRetentionSetting { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates whether audit retention settings like online and offline months is set at the target level overriding the global audit retention settings. |
OfflineMonths
Declaration
[JsonProperty(PropertyName = "offlineMonths")]
public int? OfflineMonths { get; set; }
Property Value
Type | Description |
---|---|
int? | 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. |
OnlineMonths
Declaration
[JsonProperty(PropertyName = "onlineMonths")]
public int? OnlineMonths { get; set; }
Property Value
Type | Description |
---|---|
int? | 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 |