REST Resource: domainAliases
Stay organized with collections
Save and categorize content based on your preferences.
Resource: DomainAlias
JSON representation |
{
"kind": string,
"parentDomainName": string,
"verified": boolean,
"creationTime": string,
"etag": string,
"domainAliasName": string
} |
Fields |
kind |
string
Kind of resource this is.
|
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.
|
verified |
boolean
Indicates the verification state of a domain alias. (Read-only)
|
creationTime |
string (int64 format)
The creation time of the domain alias. (Read-only).
|
etag |
string
ETag of the resource.
|
domainAliasName |
string
The domain alias name.
|
Methods |
|
Deletes a domain Alias of the customer. |
|
Retrieves a domain alias of the customer. |
|
Inserts a domain alias of the customer. |
|
Lists the domain aliases of the customer. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],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. |"]]