AllowlistOnly interface

許可リストにリージョンを明示的に追加して、そのリージョンのみを許可するポリシーを定義します。

署名:

export interface AllowlistOnly 

プロパティ

プロパティ 説明
allowedRegions string[] https://cldr.unicode.org/ で定義されている 2 文字の Unicode 地域コード。これらの地域コードの一覧については、https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json をご覧ください。

AllowlistOnly.allowedRegions

https://cldr.unicode.org/ で定義されている 2 文字の Unicode 地域コード。これらの地域コードの一覧については、https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json をご覧ください。

署名:

allowedRegions: string[];