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 
	 | 
	
		
		 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 
	 | 
	
		
		 Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint. Default value: None 
			 | 
| 
		 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. Default value: None 
			 | 
| 
		 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. Default value: None 
			 | 
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 whitelisted 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.  |