REST Resource: domainAliases
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 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["DomainAlias resource represents a domain alias associated with a parent domain, allowing for alternative domain names within a Google Workspace customer."],["It includes information like verification status, creation time, and an ETag for resource management."],["DomainAlias resources can be managed through methods like deleting, retrieving, inserting, and listing."],["The API provides ways to interact with and control domain aliases, such as associating them with a parent domain and verifying their status."]]],["The content defines a `DomainAlias` resource, represented in JSON with fields like `kind`, `parentDomainName`, `verified`, `creationTime`, `etag`, and `domainAliasName`. Key actions include managing domain aliases through the following methods: `delete` to remove, `get` to retrieve, `insert` to add, and `list` to view all domain aliases for a customer. `verified` and `creationTime` are read-only attributes.\n"]]