customDomainState property
The current verification state of the custom domain.
The custom domain will only be used once the domain verification is successful.
Output only. Possible string values are:
- "VERIFICATION_STATE_UNSPECIFIED" : Default value. Do not use.
- "NOT_STARTED" : The verification has not started.
- "IN_PROGRESS" : The verification is in progress.
- "FAILED" : The verification failed.
- "SUCCEEDED" : The verification succeeded and is ready to be applied.
Implementation
core.String? customDomainState;