Share via


IPushSettings.TagWhitelistJson Property

Definition

Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets or sets a JSON string containing a list of tags that are in the allowed list for use by the push registration endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="tagWhitelistJson")]
public string TagWhitelistJson { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets or sets a JSON string containing a list of tags that are in the allowed list for use by the push registration endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="tagWhitelistJson")>]
member this.TagWhitelistJson : string with get, set
Public Property TagWhitelistJson As String

Property Value

Attributes

Applies to