Module: Google::Cloud::Dialogflow::V2::Connection::CertificateState
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/sip_trunk.rb
Overview
The state of Sip Trunk certificate authentication.
Constant Summary collapse
- CERTIFICATE_STATE_UNSPECIFIED =
Certificate state is not specified.
0- CERTIFICATE_VALID =
Certificate is valid.
1- CERTIFICATE_INVALID =
Catch all for any error not specified.
2- CERTIFICATE_EXPIRED =
Certificate leaf node has expired.
3- CERTIFICATE_HOSTNAME_NOT_FOUND =
There is no hostname defined to authenticate in SipTrunkingServer.
4- CERTIFICATE_UNAUTHENTICATED =
No path found from the leaf certificate to any root.
5- CERTIFICATE_TRUST_STORE_NOT_FOUND =
Trust store does not exist.
6- CERTIFICATE_HOSTNAME_INVALID_FORMAT =
Hostname has invalid format.
7- CERTIFICATE_QUOTA_EXCEEDED =
Certificate has exhausted its quota.
8