Interface protos.google.cloud.clouddms.v1.ISslConfig (2.2.1)

Properties of a SslConfig.

Package

@google-cloud/dms

Properties

caCertificate

caCertificate?: (string|null);

SslConfig caCertificate

clientCertificate

clientCertificate?: (string|null);

SslConfig clientCertificate

clientKey

clientKey?: (string|null);

SslConfig clientKey

type

type?: (google.cloud.clouddms.v1.SslConfig.SslType|keyof typeof google.cloud.clouddms.v1.SslConfig.SslType|null);

SslConfig type