public class PushSettingsInner extends ProxyOnlyResource
| Constructor and Description |
|---|
PushSettingsInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
dynamicTagsJson()
Get the dynamicTagsJson property: Gets or sets a JSON string containing a list of dynamic tags that will be
evaluated from user claims in the push registration endpoint.
|
Boolean |
isPushEnabled()
Get the isPushEnabled property: Gets or sets a flag indicating whether the Push endpoint is enabled.
|
String |
tagsRequiringAuth()
Get the tagsRequiringAuth property: Gets or sets a JSON string containing a list of tags that require user
authentication to be used in the push registration endpoint.
|
String |
tagWhitelistJson()
Get the tagWhitelistJson property: Gets or sets a JSON string containing a list of tags that are whitelisted for
use by the push registration endpoint.
|
void |
validate()
Validates the instance.
|
PushSettingsInner |
withDynamicTagsJson(String dynamicTagsJson)
Set the dynamicTagsJson property: Gets or sets a JSON string containing a list of dynamic tags that will be
evaluated from user claims in the push registration endpoint.
|
PushSettingsInner |
withIsPushEnabled(Boolean isPushEnabled)
Set the isPushEnabled property: Gets or sets a flag indicating whether the Push endpoint is enabled.
|
PushSettingsInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
PushSettingsInner |
withTagsRequiringAuth(String tagsRequiringAuth)
Set the tagsRequiringAuth property: Gets or sets a JSON string containing a list of tags that require user
authentication to be used in the push registration endpoint.
|
PushSettingsInner |
withTagWhitelistJson(String tagWhitelistJson)
Set the tagWhitelistJson property: Gets or sets a JSON string containing a list of tags that are whitelisted for
use by the push registration endpoint.
|
kindpublic Boolean isPushEnabled()
public PushSettingsInner withIsPushEnabled(Boolean isPushEnabled)
isPushEnabled - the isPushEnabled value to set.public String tagWhitelistJson()
public PushSettingsInner withTagWhitelistJson(String tagWhitelistJson)
tagWhitelistJson - the tagWhitelistJson value to set.public String tagsRequiringAuth()
public PushSettingsInner withTagsRequiringAuth(String tagsRequiringAuth)
tagsRequiringAuth - the tagsRequiringAuth value to set.public String dynamicTagsJson()
public PushSettingsInner withDynamicTagsJson(String dynamicTagsJson)
dynamicTagsJson - the dynamicTagsJson value to set.public PushSettingsInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.