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. offline_months_source
Gets the offline_months_source of this AuditProfileDimensions. online_months_source
Gets the online_months_source of this AuditProfileDimensions. paid_usage_source
Gets the paid_usage_source of this AuditProfileDimensions. target_type
Gets the target_type 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.
- target_type (str) – The value to assign to the target_type property of this AuditProfileDimensions.
- online_months_source (str) – The value to assign to the online_months_source property of this AuditProfileDimensions.
- offline_months_source (str) – The value to assign to the offline_months_source property of this AuditProfileDimensions.
- paid_usage_source (str) – The value to assign to the paid_usage_source 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
-
offline_months_source
¶ Gets the offline_months_source of this AuditProfileDimensions. The name or the OCID of the resource from which the offline month retention setting is sourced. For example a target database group OCID or global.
Returns: The offline_months_source of this AuditProfileDimensions. Return type: str
-
online_months_source
¶ Gets the online_months_source of this AuditProfileDimensions. The name or the OCID of the resource from which the online month retention setting is sourced. For example a target database group OCID or global.
Returns: The online_months_source of this AuditProfileDimensions. Return type: str
-
paid_usage_source
¶ Gets the paid_usage_source of this AuditProfileDimensions. The name or the OCID of the resource from which the paid usage setting is sourced. For example a target database group OCID or global.
Returns: The paid_usage_source of this AuditProfileDimensions. Return type: str
-
target_type
¶ Gets the target_type of this AuditProfileDimensions. The resource type that is represented by the audit profile.
Returns: The target_type of this AuditProfileDimensions. Return type: str
-