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.v2020_09_01.models._models_py3.ProxyOnlyResource
PushSettings

Constructor

PushSettings(*, kind: str | None = None, is_push_enabled: bool | None = None, tag_whitelist_json: str | None = None, tags_requiring_auth: str | None = None, dynamic_tags_json: str | None = None, **kwargs: Any)

Keyword-Only Parameters

kind
str

Kind of resource.

is_push_enabled
bool

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

tag_whitelist_json
str

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

tags_requiring_auth
str

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

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.

kind
str

Kind of resource.

type
str

Resource type.

system_data
SystemData

The system metadata relating to this resource.

is_push_enabled
bool

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

tag_whitelist_json
str

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

tags_requiring_auth
str

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

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