PushSettings Class

Push settings for the App.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2016_08_01.models._models_py3.ProxyOnlyResource
PushSettings

Constructor

PushSettings(*, kind: Optional[str] = None, is_push_enabled: Optional[bool] = None, tag_whitelist_json: Optional[str] = None, tags_requiring_auth: Optional[str] = None, dynamic_tags_json: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

is_push_enabled
bool
Required

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

tag_whitelist_json
str
Required

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

tags_requiring_auth
str
Required

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.

dynamic_tags_json
str
Required

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

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.