PushSettings Class

Push settings for the App.

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

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

Name Description
kind
str

Kind of resource.

Default value: None
is_push_enabled

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

Default value: None
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.

Default value: None
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.

Default value: None
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.

Default value: None

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

is_push_enabled

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.