GoogleCloudConnectorsV1SslConfig constructor
GoogleCloudConnectorsV1SslConfig({
- List<
GoogleCloudConnectorsV1ConfigVariable> ? additionalVariables, - String? clientCertType,
- GoogleCloudConnectorsV1Secret? clientCertificate,
- GoogleCloudConnectorsV1Secret? clientPrivateKey,
- GoogleCloudConnectorsV1Secret? clientPrivateKeyPass,
- GoogleCloudConnectorsV1Secret? privateServerCertificate,
- String? serverCertType,
- String? trustModel,
- String? type,
- bool? useSsl,
Implementation
GoogleCloudConnectorsV1SslConfig({
this.additionalVariables,
this.clientCertType,
this.clientCertificate,
this.clientPrivateKey,
this.clientPrivateKeyPass,
this.privateServerCertificate,
this.serverCertType,
this.trustModel,
this.type,
this.useSsl,
});