Show / Hide Table of Contents

Class CreateColumnSourceFromTargetDetails

Details of the target database to be associated as the column source with a masking policy.

Inheritance
object
CreateColumnSourceDetails
CreateColumnSourceFromTargetDetails
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 CreateColumnSourceFromTargetDetails : CreateColumnSourceDetails

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 to be associated as the column source with the masking policy.

Remarks

Required

In this article
Back to top