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.v2018_02_01.models._models_py3.ProxyOnlyResourcePushSettings
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
|
Kind of resource. |
is_push_enabled
|
Gets or sets a flag indicating whether the Push endpoint is enabled. |
tag_whitelist_json
|
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
|
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
|
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
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
is_push_enabled
|
Gets or sets a flag indicating whether the Push endpoint is enabled. |
tag_whitelist_json
|
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
|
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
|
Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint. |
Azure SDK for Python