AllowlistOnly interface

這項政策會明確地將特定區域加入許可清單,藉此定義僅允許該區域的政策。

簽名:

export interface AllowlistOnly 

屬性

屬性 類型 說明
allowedRegions string[] https://cldr.unicode.org/ 這裡提供兩個字母的萬國碼 (Unicode) 區碼,如需這些區碼的完整清單,請前往 https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json

AllowlistOnly.allowedRegions

https://cldr.unicode.org/ 這裡提供兩個字母的萬國碼 (Unicode) 區碼,如需這些區碼的完整清單,請前往 https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json

簽名:

allowedRegions: string[];