PushSettingsPropertiesOutput interface
PushSettings resource specific properties
Properties
| dynamic |
Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint. |
| is |
Gets or sets a flag indicating whether the Push endpoint is enabled. |
| tags |
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. |
| tag |
Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint. |
Property Details
dynamicTagsJson
Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
dynamicTagsJson?: string
Property Value
string
isPushEnabled
Gets or sets a flag indicating whether the Push endpoint is enabled.
isPushEnabled: boolean
Property Value
boolean
tagsRequiringAuth
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.
tagsRequiringAuth?: string
Property Value
string
tagWhitelistJson
Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
tagWhitelistJson?: string
Property Value
string