Show / Hide Table of Contents

Class Configuration

The retention period setting, specified in days. For more information, see Setting Audit Log Retention Period.

Inheritance
object
Configuration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.
Example: 90

In this article
Back to top