你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataMaskingPolicyInner.ExemptPrincipals 属性

定义

获取或设置豁免主体的列表。 指定数据掩码策略不适用的数据库用户的分号分隔列表。 指定的用户接收数据结果,而不对所有数据库查询进行掩码。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.exemptPrincipals")]
public string ExemptPrincipals { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.exemptPrincipals")>]
member this.ExemptPrincipals : string with get, set
Public Property ExemptPrincipals As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于