Share via


DataMasking.Headers Property

Definition

Gets or sets masking settings for headers

[Newtonsoft.Json.JsonProperty(PropertyName="headers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.DataMaskingEntity> Headers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="headers")>]
member this.Headers : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.DataMaskingEntity> with get, set
Public Property Headers As IList(Of DataMaskingEntity)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to