Share via


IPropertyChange.IsDataMasked Property

Definition

The boolean indicating whether the oldValue and newValue are masked. The values are masked if it contains sensitive information that the user doesn't have access to.

[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Description="The boolean indicating whether the oldValue and newValue are masked. The values are masked if it contains sensitive information that the user doesn't have access to.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isDataMasked")]
public bool? IsDataMasked { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Description="The boolean indicating whether the oldValue and newValue are masked. The values are masked if it contains sensitive information that the user doesn't have access to.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isDataMasked")>]
member this.IsDataMasked : Nullable<bool> with get, set
Public Property IsDataMasked As Nullable(Of Boolean)

Property Value

Attributes

Applies to