excludeTarget リソースの種類

名前空間: microsoft.graph

ポリシーから除外されるユーザーまたはユーザーのグループを表します。

プロパティ

プロパティ 説明
id 文字列 ユーザーまたはグループのAzure Active Directory識別子。
targetType authenticationMethodTargetType 認証方法のターゲットの種類。 可能な値は、usergroupunknownFutureValue です。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.excludeTarget",
  "id": "String (identifier)",
  "targetType": "String"
}