certificateState property

String? certificateState
getter/setter pair

The status of the certificate authentication.

Output only. Possible string values are:

  • "CERTIFICATE_STATE_UNSPECIFIED" : Certificate state is not specified.
  • "CERTIFICATE_VALID" : Certificate is valid.
  • "CERTIFICATE_INVALID" : Catch all for any error not specified.
  • "CERTIFICATE_EXPIRED" : Certificate leaf node has expired.
  • "CERTIFICATE_HOSTNAME_NOT_FOUND" : There is no hostname defined to authenticate in SipTrunkingServer.
  • "CERTIFICATE_UNAUTHENTICATED" : No path found from the leaf certificate to any root.
  • "CERTIFICATE_TRUST_STORE_NOT_FOUND" : Trust store does not exist.
  • "CERTIFICATE_HOSTNAME_INVALID_FORMAT" : Hostname has invalid format.
  • "CERTIFICATE_QUOTA_EXCEEDED" : Certificate has exhausted its quota.

Implementation

core.String? certificateState;