PushSettingsPropertiesOutput interface
PushSettings 資源特定屬性
屬性
| dynamic |
取得或設定 JSON 字串,其中包含將從推送註冊端點中的使用者宣告評估的動態標籤清單。 |
| is |
取得或設定旗標,指出是否啟用推送端點。 |
| tags |
取得或設定 JSON 字串,其中包含要求使用者驗證用於推送註冊端點的標籤清單。 標記可以包含英數位元和下列專案:'_'、'@'、'#'、'.'、':'、'-'。 驗證應該在 PushRequestHandler 上執行。 |
| tag |
取得或設定 JSON 字串,其中包含已列入允許清單以供推送註冊端點使用的標記清單。 |
屬性詳細資料
dynamicTagsJson
取得或設定 JSON 字串,其中包含將從推送註冊端點中的使用者宣告評估的動態標籤清單。
dynamicTagsJson?: string
屬性值
string
isPushEnabled
取得或設定旗標,指出是否啟用推送端點。
isPushEnabled: boolean
屬性值
boolean
tagsRequiringAuth
取得或設定 JSON 字串,其中包含要求使用者驗證用於推送註冊端點的標籤清單。 標記可以包含英數位元和下列專案:'_'、'@'、'#'、'.'、':'、'-'。 驗證應該在 PushRequestHandler 上執行。
tagsRequiringAuth?: string
屬性值
string
tagWhitelistJson
取得或設定 JSON 字串,其中包含已列入允許清單以供推送註冊端點使用的標記清單。
tagWhitelistJson?: string
屬性值
string