Partager via


Type de ressource socialIdentitySource

Espace de noms: microsoft.graph

Utilisé dans les sources d’identité d’une instance connectedOrganization. La @odata.type valeur #microsoft.graph.socialIdentitySource identifie une identité sociale en tant que source d’identité pour un organization connecté.

Hérite d’identitySource.

Propriétés

Propriété Type Description
displayName Chaîne Nom de la source d’identité. En général, la même valeur que socialIdentitySourceType.
socialIdentitySourceType microsoft.graph.socialIdentitySourceType Les valeurs possibles sont : facebook, unknownFutureValue.

Relations

Aucun.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

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