Google Cloud Dialogflow v2beta1 API - Enum SipHostname.Types.HostnameCertificateState (1.0.0-beta32)

public enum SipHostname.Types.HostnameCertificateState

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API enum SipHostname.Types.HostnameCertificateState.

The state of Sip Trunk certificate authentication.

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Fields

Name Description
Expired

Certificate leaf node has expired.

HostnameInvalidFormat

Hostname has invalid format.

HostnameNotFound

There is no hostname defined to authenticate in SipTrunkingServer.

Invalid

Catch all for any error not specified.

QuotaExceeded

Certificate has exhausted its quota.

TrustStoreNotFound

Trust store does not exist.

Unauthenticated

No path found from the leaf certificate to any root.

Unspecified

Certificate state is not specified.

Valid

Certificate is valid.