domains
Overview
Name | domains |
Type | Resource |
Id | googleadmin.directory.domains |
Fields
Name | Datatype | Description |
---|---|---|
creationTime | string | Creation time of the domain. Expressed in Unix time format. (Read-only). |
domainAliases | array | A list of domain alias objects. (Read-only) |
domainName | string | The domain name of the customer. |
etag | string | ETag of the resource. |
isPrimary | boolean | Indicates if the domain is a primary domain (Read-only). |
kind | string | Kind of resource this is. |
verified | boolean | Indicates the verification state of a domain. (Read-only). |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | customer, domainName | Retrieves a domain of the customer. |
list | SELECT | customer | Lists the domains of the customer. |
insert | INSERT | customer | Inserts a domain of the customer. |
delete | DELETE | customer, domainName | Deletes a domain of the customer. |
_list | EXEC | customer | Lists the domains of the customer. |