Resource: Domain
Information about a domain registered by the user.
| JSON representation |
|---|
{ "name" : string , "permission" : enum ( |
| Fields | |
|---|---|
name
|
Identifier. The resource name of the domain. Format: |
permission
|
Output only. User's permission of this domain. |
verificationState
|
Output only. Information about a user's verification history and properties for the domain. |
createTime
|
Output only. Immutable. The timestamp at which the domain was added to the user's account. |
lastVerifyTime
|
The timestamp at which the domain was last verified by the user. |
VerificationState
The user's verification status of a domain.
| Enums | |
|---|---|
VERIFICATION_STATE_UNSPECIFIED
|
Unspecified. |
UNVERIFIED
|
The domain is unverified. |
VERIFIED
|
The domain is verified. |
Methods |
|
|---|---|
|
Adds a domain to the user's account. |
|
Deletes a domain from the user's account. |
|
Retrieves detailed information about a domain registered by you. |
|
Retrieves the compliance status for a given domain. |
|
Gets a verification token used for verifying a user's ownership over a domain. |
|
Retrieves a list of all domains registered by you, along with their corresponding metadata. |
|
Verifies a user's ownership of a domain at the DNS level. |

