REST Resource: domains
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: domena
Zapis JSON |
{
"kind": string,
"domainAliases": [
{
object (DomainAlias )
}
],
"verified": boolean,
"etag": string,
"creationTime": string,
"isPrimary": boolean,
"domainName": string
} |
Pola |
kind |
string
Rodzaj zasobu.
|
domainAliases[] |
object (DomainAlias )
Lista obiektów aliasu domeny. (Tylko do odczytu)
|
verified |
boolean
Wskazuje stan weryfikacji domeny. (tylko do odczytu).
|
etag |
string
ETag zasobu.
|
creationTime |
string (int64 format)
Czas utworzenia domeny. W formacie czasu uniksowego. (tylko do odczytu).
|
isPrimary |
boolean
Wskazuje, czy domena jest domeną podstawową (tylko do odczytu).
|
domainName |
string
Nazwa domeny klienta.
|
Metody |
|
Usuwa domenę klienta. |
|
Pobiera domenę klienta. |
|
Wstawia domenę klienta. |
|
Wyświetla listę domen klienta. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-24 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]