Show / Hide Table of Contents

Class ColumnSourceFromSdmDetails

Details of the sensitive data model that's used as the source of masking columns..

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

Properties

SensitiveDataModelId

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

The OCID of the sensitive data model that's used as the source of masking columns.

Remarks

Required

In this article
Back to top