Show / Hide Table of Contents

Class SdmMaskingPolicyDifferenceCollection

A collection of SDM masking policy difference objects.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SdmMaskingPolicyDifferenceSummary> Items { get; set; }
Property Value
Type Description
List<SdmMaskingPolicyDifferenceSummary>

An array of SDM masking policy difference objects.

Remarks

Required

In this article
Back to top