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

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

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

The TLS configuration.

Inheritance

object > Tool.Types.TLSConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

TLSConfig()

public TLSConfig()

TLSConfig(TLSConfig)

public TLSConfig(Tool.Types.TLSConfig other)
Parameter
Name Description
other ToolTypesTLSConfig

Properties

CaCerts

public RepeatedField<Tool.Types.TLSConfig.Types.CACert> CaCerts { get; }

Required. Specifies a list of allowed custom CA certificates for HTTPS verification.

Property Value
Type Description
RepeatedFieldToolTypesTLSConfigTypesCACert