GoogleCloudConnectorsV1AuthConfigSshPublicKey constructor
GoogleCloudConnectorsV1AuthConfigSshPublicKey({
- String? certType,
- GoogleCloudConnectorsV1Secret? sshClientCert,
- GoogleCloudConnectorsV1Secret? sshClientCertPass,
- String? username,
Implementation
GoogleCloudConnectorsV1AuthConfigSshPublicKey({
this.certType,
this.sshClientCert,
this.sshClientCertPass,
this.username,
});