socialIdentitySource リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

connectedOrganizationidentitySources プロパティで使用されます。 @odata.type値は、接続されたorganizationの ID ソースとしてソーシャル ID を識別する#microsoft.graph.socialIdentitySource

identitySource から継承します。

プロパティ

プロパティ 説明
displayName 文字列 ID ソースの名前。 通常は socialIdentitySourceType と同じ値です。
socialIdentitySourceType microsoft.graph.socialIdentitySourceType 可能な値は facebookunknownFutureValue です。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.socialIdentitySourceType",
  "displayName": "String",
  "socialIdentitySourceType": "String"
}