teamworkUserIdentity リソースの種類

名前空間: microsoft.graph

Microsoft Teams内の ユーザー を表します。

ID から継承 します

プロパティ

プロパティ 説明
displayName String ID から継承されます。 ユーザーの表示名。 オプション。
id String ID から継承されます。 ユーザーの ID。
userIdentityType teamworkUserIdentityType ユーザーの種類。 指定できる値は、次 anonymousGuest``personalMicrosoftAccountUser``emailUser``onPremiseAadUser``unknownFutureValue federatedUser``phoneUser``skypeUserのとおりです。 aadUser

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.teamworkUserIdentity",
  "id": "String (identifier)",
  "displayName": "String",
  "userIdentityType": "String"
}