domain_aliases
Overview
Name | domain_aliases |
Type | Resource |
Id | googleadmin.directory.domain_aliases |
Fields
Name | Datatype | Description |
---|---|---|
creationTime | string | The creation time of the domain alias. (Read-only). |
domainAliasName | string | The domain alias name. |
etag | string | ETag of the resource. |
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) |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | customer, domainAliasName | Retrieves a domain alias of the customer. |
list | SELECT | customer, parentDomainName | Lists the domain aliases of the customer. |
insert | INSERT | customer | Inserts a domain alias of the customer. |
delete | DELETE | customer, domainAliasName | Deletes a domain Alias of the customer. |
_list | EXEC | customer, parentDomainName | Lists the domain aliases of the customer. |