REST Resource: domains
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Ressource: domaine
Représentation JSON |
{
"kind": string,
"domainAliases": [
{
object (DomainAlias )
}
],
"verified": boolean,
"etag": string,
"creationTime": string,
"isPrimary": boolean,
"domainName": string
} |
Champs |
kind |
string
Type de ressource
|
domainAliases[] |
object (DomainAlias )
Liste d'objets d'alias de domaine. (Lecture seule)
|
verified |
boolean
Indique l'état de validation d'un domaine. (lecture seule).
|
etag |
string
ETag de la ressource.
|
creationTime |
string (int64 format)
Heure de création du domaine. Elle est exprimée au format temps Unix. (lecture seule).
|
isPrimary |
boolean
Indique si le domaine est un domaine principal (lecture seule).
|
domainName |
string
Nom de domaine du client.
|
Méthodes |
|
Supprime un domaine du client. |
|
Récupère un domaine du client. |
|
Insère un domaine du client. |
|
Répertorie les domaines du client. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/24 (UTC).
[null,null,["Dernière mise à jour le 2025/07/24 (UTC)."],[],[],null,["# REST Resource: domains\n\nResource: Domain\n----------------\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"domainAliases\": [ { object (/workspace/admin/directory/reference/rest/v1/domainAliases#DomainAlias) } ], \"verified\": boolean, \"etag\": string, \"creationTime\": string, \"isPrimary\": boolean, \"domainName\": string } ``` |\n\n| Fields ||\n|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Kind of resource this is. |\n| `domainAliases[]` | `object (`[DomainAlias](/workspace/admin/directory/reference/rest/v1/domainAliases#DomainAlias)`)` A list of domain alias objects. (Read-only) |\n| `verified` | `boolean` Indicates the verification state of a domain. (Read-only). |\n| `etag` | `string` ETag of the resource. |\n| `creationTime` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Creation time of the domain. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. (Read-only). |\n| `isPrimary` | `boolean` Indicates if the domain is a primary domain (Read-only). |\n| `domainName` | `string` The domain name of the customer. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------|-------------------------------------|\n| ### [delete](/workspace/admin/directory/reference/rest/v1/domains/delete) | Deletes a domain of the customer. |\n| ### [get](/workspace/admin/directory/reference/rest/v1/domains/get) | Retrieves a domain of the customer. |\n| ### [insert](/workspace/admin/directory/reference/rest/v1/domains/insert) | Inserts a domain of the customer. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/domains/list) | Lists the domains of the customer. |"]]