DataMaskingState Enum

Definition

Defines values for DataMaskingState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum DataMaskingState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type DataMaskingState = 
Public Enum DataMaskingState
Inheritance
DataMaskingState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Disabled 0
Enabled 1

Applies to