Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Connection::CertificateState.
The state of Sip Trunk certificate authentication.
Constants
CERTIFICATE_STATE_UNSPECIFIED
value: 0
Certificate state is not specified.
CERTIFICATE_VALID
value: 1
Certificate is valid.
CERTIFICATE_INVALID
value: 2
Catch all for any error not specified.
CERTIFICATE_EXPIRED
value: 3
Certificate leaf node has expired.
CERTIFICATE_HOSTNAME_NOT_FOUND
value: 4
There is no hostname defined to authenticate in SipTrunkingServer.
CERTIFICATE_UNAUTHENTICATED
value: 5
No path found from the leaf certificate to any root.
CERTIFICATE_TRUST_STORE_NOT_FOUND
value: 6
Trust store does not exist.
CERTIFICATE_HOSTNAME_INVALID_FORMAT
value: 7
Hostname has invalid format.
CERTIFICATE_QUOTA_EXCEEDED
value: 8
Certificate has exhausted its quota.