state property
Domain state. Possible string values are:
- "CUSTOM_DOMAIN_STATE_UNSPECIFIED" : Unspecified state.
- "UNVERIFIED" : DNS record is not created.
- "VERIFIED" : DNS record is created.
- "MODIFYING" : Calling SLM to update.
- "AVAILABLE" : ManagedCertificate is ready.
- "UNAVAILABLE" : ManagedCertificate is not ready.
- "UNKNOWN" : Status is not known.
Implementation
core.String? state;