Show / Hide Table of Contents

Class ApplySdmMaskingPolicyDifferenceDetails

Details to apply the SDM masking policy difference to a masking policy.

Inheritance
object
ApplySdmMaskingPolicyDifferenceDetails
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 ApplySdmMaskingPolicyDifferenceDetails

Properties

SdmMaskingPolicyDifferenceId

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

The OCID of the SDM masking policy difference.

Remarks

Required

In this article
Back to top