Show / Hide Table of Contents

Class CreateColumnSourceFromSdmDetails

Details of the sensitive data model to be associated as the column source with a masking policy.

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

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

Remarks

Required

In this article
Back to top