Show / Hide Table of Contents

Class MaskingAnalyticsDimensions

The scope of analytics data.

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

Properties

PolicyId

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

The OCID of the masking policy.

TargetId

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

The OCID of the target database.

In this article
Back to top