Show / Hide Table of Contents

Class UpdateColumnSourceSdmDetails

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

Inheritance
object
UpdateColumnSourceDetails
UpdateColumnSourceSdmDetails
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 UpdateColumnSourceSdmDetails : UpdateColumnSourceDetails

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