Show / Hide Table of Contents

Class ColumnSourceFromTargetDetails

Details of the target database that's used as the source of masking columns.

Inheritance
object
ColumnSourceDetails
ColumnSourceFromTargetDetails
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 ColumnSourceFromTargetDetails : ColumnSourceDetails

Properties

TargetId

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

The OCID of the target database that's used as the source of masking columns.

Remarks

Required

In this article
Back to top