Show / Hide Table of Contents

Class AuditPolicyDimensions

Details of aggregation dimensions used for summarizing audit policies.

Inheritance
object
AuditPolicyDimensions
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 AuditPolicyDimensions

Properties

AuditPolicyCategory

Declaration
[JsonProperty(PropertyName = "auditPolicyCategory")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AuditPolicyCategory? AuditPolicyCategory { get; set; }
Property Value
Type Description
AuditPolicyCategory?

The category to which the audit policy belongs.

AuditPolicyName

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

TargetId

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

The OCID of the target database for which the audit policy will be created.

In this article
Back to top