excludeTarget リソースの種類

名前空間: microsoft.graph

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

プロパティ

プロパティ 説明
id String Microsoft Entraユーザーまたはグループのオブジェクト識別子。
Targettype authenticationMethodTargetType 認証方法ターゲットの種類。 可能な値は usergroupunknownFutureValue です。

リレーションシップ

なし。

JSON 表記

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

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