teamworkUserIdentity リソースの種類

名前空間: microsoft.graph

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

ID から継承 します

プロパティ

プロパティ 説明
displayName String ID から継承されます。 ユーザーの表示名。 省略可能です。
id String ID から継承されます。 ユーザーの ID。
userIdentityType teamworkUserIdentityType ユーザーの種類。 使用可能な値は、aadUser、、、anonymousGuestfederatedUserphoneUserunknownFutureValuepersonalMicrosoftAccountUserskypeUserおよび emailUserです。 onPremiseAadUser
tenantId String ユーザーが参加しているテナントの識別子。 省略可能です。

リレーションシップ

なし。

JSON 表記

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

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