PushSettings.TagsRequiringAuth Property

Definition

Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to