Class Configuration
The retention period setting, specified in days. For more information, see Setting Audit Log Retention Period.
Inherited Members
Namespace: Oci.AuditService.Models
Assembly: OCI.DotNetSDK.Audit.dll
Syntax
public class Configuration
Properties
RetentionPeriodDays
Declaration
[JsonProperty(PropertyName = "retentionPeriodDays")]
public int? RetentionPeriodDays { get; set; }
Property Value
Type | Description |
---|---|
int? | The retention period setting, specified in days. The minimum is 90, the maximum 365.
|