Show / Hide Table of Contents

Class PatchMaskingColumnsDetails

Details to patch columns in a masking policy.

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

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<PatchInstruction> Items { get; set; }
Property Value
Type Description
List<PatchInstruction>

An array of patch instructions.

In this article
Back to top