REST Resource: domains
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: Miền
Biểu diễn dưới dạng JSON |
{
"kind": string,
"domainAliases": [
{
object (DomainAlias )
}
],
"verified": boolean,
"etag": string,
"creationTime": string,
"isPrimary": boolean,
"domainName": string
} |
Trường |
kind |
string
Loại tài nguyên này.
|
domainAliases[] |
object (DomainAlias )
Danh sách các đối tượng bí danh miền. (Chỉ đọc)
|
verified |
boolean
Cho biết trạng thái xác minh của một miền. (Chỉ có thể đọc).
|
etag |
string
ETag của tài nguyên.
|
creationTime |
string (int64 format)
Thời gian tạo miền. Được thể hiện ở định dạng thời gian Unix. (Chỉ có thể đọc).
|
isPrimary |
boolean
Cho biết liệu miền có phải là miền chính hay không (Chỉ có thể đọc).
|
domainName |
string
Tên miền của khách hàng.
|
Phương thức |
|
Xoá một miền của khách hàng. |
|
Truy xuất miền của khách hàng. |
|
Chèn một miền của khách hàng. |
|
Liệt kê các miền của khách hàng. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-24 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]