Google Cloud Dialogflow v2beta1 API - Enum Connection.Types.CertificateState (1.0.0-beta19)

public enum Connection.Types.CertificateState

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API enum Connection.Types.CertificateState.

The state of Sip Trunk certificate authentication.

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Fields

Name Description
CertificateExpired

Certificate leaf node has expired.

CertificateHostnameInvalidFormat

Hostname has invalid format.

CertificateHostnameNotFound

There is no hostname defined to authenticate in SipTrunkingServer.

CertificateInvalid

Catch all for any error not specified.

CertificateQuotaExceeded

Certificate has exhausted its quota.

CertificateTrustStoreNotFound

Trust store does not exist.

CertificateUnauthenticated

No path found from the leaf certificate to any root.

CertificateValid

Certificate is valid.

Unspecified

Certificate state is not specified.