Show / Hide Table of Contents

Class AuditProfileDimensions

Details of aggregation dimensions used for summarizing audit profiles.

Inheritance
object
AuditProfileDimensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class AuditProfileDimensions

Properties

IsPaidUsageEnabled

Declaration
[JsonProperty(PropertyName = "isPaidUsageEnabled")]
public bool? IsPaidUsageEnabled { get; set; }
Property Value
Type Description
bool?

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.

OfflineMonthsSource

Declaration
[JsonProperty(PropertyName = "offlineMonthsSource")]
public string OfflineMonthsSource { get; set; }
Property Value
Type Description
string

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.

OnlineMonthsSource

Declaration
[JsonProperty(PropertyName = "onlineMonthsSource")]
public string OnlineMonthsSource { get; set; }
Property Value
Type Description
string

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.

PaidUsageSource

Declaration
[JsonProperty(PropertyName = "paidUsageSource")]
public string PaidUsageSource { get; set; }
Property Value
Type Description
string

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.

TargetType

Declaration
[JsonProperty(PropertyName = "targetType")]
public string TargetType { get; set; }
Property Value
Type Description
string

The resource type that is represented by the audit profile.

In this article
Back to top