Google Cloud Dialogflow v2beta1 API - Class Tool.Types.TLSConfig.Types.CACert (1.0.0-beta24)

public sealed class Tool.Types.TLSConfig.Types.CACert : IMessage<Tool.Types.TLSConfig.Types.CACert>, IEquatable<Tool.Types.TLSConfig.Types.CACert>, IDeepCloneable<Tool.Types.TLSConfig.Types.CACert>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Tool.Types.TLSConfig.Types.CACert.

The CA certificate.

Inheritance

object > Tool.Types.TLSConfig.Types.CACert

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

CACert()

public CACert()

CACert(CACert)

public CACert(Tool.Types.TLSConfig.Types.CACert other)
Parameter
Name Description
other ToolTypesTLSConfigTypesCACert

Properties

Cert

public ByteString Cert { get; set; }

Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google's default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with "subject alt name". For instance a certificate can be self-signed using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")

Property Value
Type Description
ByteString

DisplayName

public string DisplayName { get; set; }

Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA certificates.

Property Value
Type Description
string