countryNamedLocation リソースの種類

名前空間: microsoft.graph

国と地域Azure Active Directory定義された名前の付いた場所を表します。 名前付き場所は、条件付きアクセス ポリシーで使用できるネットワークの場所を定義するカスタム ルールです。

namedLocation から 継承

メソッド

メソッド 戻り値の型 説明
リスト countryNamedLocations countryNamedLocation コレクション 組織内のすべての countryNamedLocation オブジェクトを取得します。
CountryNamedLocation の作成 countryNamedLocation 新しい countryNamedLocation オブジェクトを作成 します。
Get countryNamedLocation countryNamedLocation countryNamedLocation オブジェクトのプロパティとリレーションシップを読み取る。
countryNamedLocation の更新 countryNamedLocation countryNamedLocation オブジェクトを更新 します。
delete countryNamedLocation なし countryNamedLocation オブジェクトを削除 します。

プロパティ

プロパティ 説明
countriesAndRegions String collection ISO 3166-2 で指定された 2 文字形式の国または地域の一覧。 必須です。
countryLookupMethod countryLookupMethodType ユーザーがどの国に位置するかの決定に使用する方法を決定します。 指定できる値 clientIpAddress は (既定) と authenticatorAppGps です。 注: authenticatorAppGps この機能では、まだサポートMicrosoft Cloud for US Government。
createdDateTime DateTimeOffset タイムスタンプの種類は、ISO 8601 形式を使用して場所の作成日時を表し、常に UTC 時刻です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 読み取り専用です。 namedLocation から 継承されます
displayName 文字列 場所の人間が読み取り可能な名前。 必須です。 namedLocation から 継承されます
id 文字列 名前付きLocation オブジェクトの識別子。 読み取り専用です。 namedLocation から 継承されます
includeUnknownCountriesAndRegions Boolean true 国または地域にマップしない IP アドレスを名前付き場所に含める必要がある場合。 省略可能。 既定値は、false です。
modifiedDateTime DateTimeOffset タイムスタンプの種類は、ISO 8601 形式を使用して場所の最終変更日時を表し、常に UTC 時刻になります。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 読み取り専用。 namedLocation から 継承されます

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "countriesAndRegions": ["String"],
  "countryLookupMethod": "String",
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "id": "String (identifier)",
  "includeUnknownCountriesAndRegions": true,
  "modifiedDateTime": "String (timestamp)"
}

関連項目