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. |
Permission
The user's permission of a domain.
| Enums | |
|---|---|
PERMISSION_UNSPECIFIED |
Unspecified permission. |
READER |
User has read access to the domain. |
OWNER |
User has owner access to the domain. |
NONE |
User has no access to the domain. |
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 |
|
|---|---|
|
Retrieves detailed information about a domain registered by you. |
|
Retrieves the compliance status for a given domain. |
|
Retrieves a list of all domains registered by you, along with their corresponding metadata. |