Type de ressource domainIdentitySource

Espace de noms: microsoft.graph

Utilisé dans les sources d’identité d’une instance connectedOrganization. La @odata.type valeur #microsoft.graph.domainIdentitySource indique que ce type identifie un domaine comme source d’identité pour un organization connecté.

Propriétés

Propriété Type Description
displayName String Nom de la source d’identité, généralement également le nom de domaine. En lecture seule.
domainName String Nom de domaine. En lecture seule.

Relations

Aucun.

Représentation JSON

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

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