Type de ressource verifiedDomain
Espace de noms: microsoft.graph
Spécifie un domaine pour un client. La propriété verifiedDomains de l’entité organization est une collection d’objets verifiedDomain.
Propriétés
Propriété | Type | Description |
---|---|---|
fonctionnalités | Chaîne | Par exemple, Email , OfficeCommunicationsOnline . |
isDefault | Valeur booléenne |
true s’il s’agit du domaine par défaut associé au locataire ; sinon, false . |
isInitial | Valeur booléenne |
true s’il s’agit du domaine initial associé au locataire ; sinon, false . |
nom | Chaîne | Le nom de domaine ; par exemple, contoso.com . |
type | Chaîne | Par exemple : Managed . |
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"capabilities": "String",
"isDefault": true,
"isInitial": true,
"name": "String",
"type": "String"
}