次の方法で共有


socialIdentitySource リソースの種類

名前空間: microsoft.graph

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

identitySource から継承します。

プロパティ

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

リレーションシップ

なし。

JSON 表記

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

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