AuditProfileDimensions

class oci.data_safe.models.AuditProfileDimensions(**kwargs)

Bases: object

Details of aggregation dimensions used for summarizing audit profiles.

Methods

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

Attributes

is_paid_usage_enabled Gets the is_paid_usage_enabled of this AuditProfileDimensions.
__init__(**kwargs)

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

Parameters:is_paid_usage_enabled (bool) – The value to assign to the is_paid_usage_enabled property of this AuditProfileDimensions.
is_paid_usage_enabled

Gets the is_paid_usage_enabled of this AuditProfileDimensions. Indicates if you want to continue collecting audit records beyond the free limit of one million audit records per month per target database, potentially incurring additional charges. The default value is inherited from the global settings. You can change at the global level or at the target level.

Returns:The is_paid_usage_enabled of this AuditProfileDimensions.
Return type:bool