UpdateConfigurationDetails¶
-
class
oci.audit.models.
UpdateConfigurationDetails
(**kwargs)¶ Bases:
object
The configuration details for the retention period setting, specified in days. For more information, see Setting Audit Log Retention Period.
Methods
__init__
(**kwargs)Initializes a new UpdateConfigurationDetails object with values from keyword arguments. Attributes
retention_period_days
[Required] Gets the retention_period_days of this UpdateConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateConfigurationDetails 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 UpdateConfigurationDetails.
-
retention_period_days
¶ [Required] Gets the retention_period_days of this UpdateConfigurationDetails. The retention period setting, specified in days. The minimum is 90, the maximum 365.
Example: 90
Returns: The retention_period_days of this UpdateConfigurationDetails. Return type: int
-