Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PushSettings

Package version

Push settings for the App.

Hierarchy

Index

Properties

Optional dynamicTagsJson

dynamicTagsJson: undefined | string

Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.

Optional id

id: undefined | string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

isPushEnabled

isPushEnabled: boolean

Gets or sets a flag indicating whether the Push endpoint is enabled.

Optional kind

kind: undefined | string

Kind of resource.

Optional name

name: undefined | string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tagWhitelistJson

tagWhitelistJson: undefined | string

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

Optional tagsRequiringAuth

tagsRequiringAuth: undefined | string

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.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc