Share via


IPushSettingsProperties.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.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.\r\n        Tags can consist of alphanumeric characters and the following:\r\n        '_', '@', '#', '.', ':', '-'.\r\n        Validation should be performed at the PushRequestHandler.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="tagsRequiringAuth")]
public string TagsRequiringAuth { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.\r\n        Tags can consist of alphanumeric characters and the following:\r\n        '_', '@', '#', '.', ':', '-'.\r\n        Validation should be performed at the PushRequestHandler.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="tagsRequiringAuth")>]
member this.TagsRequiringAuth : string with get, set
Public Property TagsRequiringAuth As String

Property Value

Attributes

Applies to