Show / Hide Table of Contents

Class UnifiedAuditPolicyConfig

The unified audit policy related configurations.

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

Properties

ExcludeDatasafeUser

Declaration
[Required(ErrorMessage = "ExcludeDatasafeUser is required.")]
[JsonProperty(PropertyName = "excludeDatasafeUser")]
[JsonConverter(typeof(ResponseEnumConverter))]
public UnifiedAuditPolicyConfig.ExcludeDatasafeUserEnum? ExcludeDatasafeUser { get; set; }
Property Value
Type Description
UnifiedAuditPolicyConfig.ExcludeDatasafeUserEnum?

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

Remarks

Required

In this article
Back to top