REST Resource: domainAliases
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:DomainAlias
JSON 表示法 |
{
"kind": string,
"parentDomainName": string,
"verified": boolean,
"creationTime": string,
"etag": string,
"domainAliasName": string
} |
字段 |
kind |
string
资源的类型。
|
parentDomainName |
string
网域别名关联的父级网域名。这可以是客户的主域名或辅助域名。
|
verified |
boolean
指示网域别名的验证状态。(只读)
|
creationTime |
string (int64 format)
网域别名的创建时间。(只读)。
|
etag |
string
资源的 ETag。
|
domainAliasName |
string
网域别名名称。
|
方法 |
|
删除客户的网域别名。 |
|
检索客户的网域别名。 |
|
插入客户的网域别名。 |
|
列出客户的网域别名。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-24。
[null,null,["最后更新时间 (UTC):2025-07-24。"],[],[],null,["# REST Resource: domainAliases\n\nResource: DomainAlias\n---------------------\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"parentDomainName\": string, \"verified\": boolean, \"creationTime\": string, \"etag\": string, \"domainAliasName\": string } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Kind of resource this is. |\n| `parentDomainName` | `string` The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer. |\n| `verified` | `boolean` Indicates the verification state of a domain alias. (Read-only) |\n| `creationTime` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The creation time of the domain alias. (Read-only). |\n| `etag` | `string` ETag of the resource. |\n| `domainAliasName` | `string` The domain alias name. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------|-------------------------------------------|\n| ### [delete](/workspace/admin/directory/reference/rest/v1/domainAliases/delete) | Deletes a domain Alias of the customer. |\n| ### [get](/workspace/admin/directory/reference/rest/v1/domainAliases/get) | Retrieves a domain alias of the customer. |\n| ### [insert](/workspace/admin/directory/reference/rest/v1/domainAliases/insert) | Inserts a domain alias of the customer. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/domainAliases/list) | Lists the domain aliases of the customer. |"]]