domains
Overview
Name | domains |
Type | Resource |
Id | googleworkspace.gmailpostmastertools.domains |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The resource name of the Domain. Domain names have the form domains/{domain_name} , where domain_name is the fully qualified domain name (i.e., mymail.mydomain.com). |
permission | string | User’s permission for this domain. Assigned by the server. |
createTime | string | Timestamp when the user registered this domain. Assigned by the server. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | domainsId | Gets a specific domain registered by the client. Returns NOT_FOUND if the domain does not exist. |
list | SELECT | Lists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list. |