Class ColumnSourceFromSdmDetails
Details of the sensitive data model that's used as the source of masking columns..
Inherited Members
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