Show / Hide Table of Contents

Class UnifiedAuditPolicyConfigDetails

The unified audit policy related configurations.

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

Properties

ExcludeDatasafeUser

Declaration
[JsonProperty(PropertyName = "excludeDatasafeUser")]
[JsonConverter(typeof(StringEnumConverter))]
public UnifiedAuditPolicyConfigDetails.ExcludeDatasafeUserEnum? ExcludeDatasafeUser { get; set; }
Property Value
Type Description
UnifiedAuditPolicyConfigDetails.ExcludeDatasafeUserEnum?

Specifies whether the Data Safe service account on the target database should be excluded in the unified audit policy.

In this article
Back to top