attackSimulationUser リソースの種類

名前空間: microsoft.graph

攻撃シミュレーションとトレーニング キャンペーンのユーザーを表します。

プロパティ

プロパティ 説明
displayName String ユーザーの表示名。
メール String ユーザーのメール アドレス。
userId String これは、Microsoft Entra テナント内のユーザーを表すユーザー リソースの id プロパティ値です。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.attackSimulationUser",
  "displayName": "String",
  "email": "String",
  "userId": "String"
}