REST Resource: domains
Resource: Domain
JSON representation |
{
"kind": string,
"domainAliases": [
{
object (DomainAlias )
}
],
"verified": boolean,
"etag": string,
"creationTime": string,
"isPrimary": boolean,
"domainName": string
} |
Fields |
kind |
string
Kind of resource this is.
|
domainAliases[] |
object (DomainAlias )
A list of domain alias objects. (Read-only)
|
verified |
boolean
Indicates the verification state of a domain. (Read-only).
|
etag |
string
ETag of the resource.
|
creationTime |
string (int64 format)
Creation time of the domain. Expressed in Unix time format. (Read-only).
|
isPrimary |
boolean
Indicates if the domain is a primary domain (Read-only).
|
domainName |
string
The domain name of the customer.
|
Methods |
|
Deletes a domain of the customer. |
|
Retrieves a domain of the customer. |
|
Inserts a domain of the customer. |
|
Lists the domains 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."],[[["This resource represents a domain within a Google Workspace account."],["It includes information about domain aliases, verification status, creation time, and whether it's the primary domain."],["You can manage domains using methods to delete, retrieve, insert, and list them."],["`domainName` is the core field representing the customer's actual domain name."],["Domain aliases, if any, are provided as a list of DomainAlias objects for reference."]]],["This resource represents a customer's domain, characterized by its `domainName`, `creationTime`, `isPrimary` status, and `verified` state. It can include a list of `domainAliases`. Key actions include deleting, retrieving, inserting, and listing domains. The `kind` and `etag` fields provide resource identification. All the information contained in the fields are read-only except the `domainName`. The creation time is an integer representing unix time.\n"]]