Configuration

class oci.audit.models.Configuration(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new Configuration object with values from keyword arguments.

Attributes

retention_period_days Gets the retention_period_days of this Configuration.
__init__(**kwargs)

Initializes a new Configuration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:retention_period_days (int) – The value to assign to the retention_period_days property of this Configuration.
retention_period_days

Gets the retention_period_days of this Configuration. The retention period setting, specified in days. The minimum is 90, the maximum 365.

Example: 90

Returns:The retention_period_days of this Configuration.
Return type:int