Show / Hide Table of Contents

Class LibraryMaskingFormatEntry

A library masking format to be used for masking. It can be either a predefined or a user-defined library masking format. It enables reuse of an existing library masking format and helps avoid defining the masking logic again. Use the ListLibraryMaskingFormats operation to view the existing library masking formats.

Inheritance
object
FormatEntry
LibraryMaskingFormatEntry
Inherited Members
FormatEntry.Description
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 LibraryMaskingFormatEntry : FormatEntry

Properties

LibraryMaskingFormatId

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

The OCID of the library masking format.

Remarks

Required

In this article
Back to top