Show / Hide Table of Contents

Class UpdateConfigurationDetails

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

Inheritance
object
UpdateConfigurationDetails
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 UpdateConfigurationDetails

Properties

RetentionPeriodDays

Declaration
[Required(ErrorMessage = "RetentionPeriodDays is required.")]
[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

Remarks

Required

In this article
Back to top