GoogleCloudConnectorsV1AuthConfigSshPublicKey constructor

GoogleCloudConnectorsV1AuthConfigSshPublicKey({
  1. String? certType,
  2. GoogleCloudConnectorsV1Secret? sshClientCert,
  3. GoogleCloudConnectorsV1Secret? sshClientCertPass,
  4. String? username,
})

Implementation

GoogleCloudConnectorsV1AuthConfigSshPublicKey({
  this.certType,
  this.sshClientCert,
  this.sshClientCertPass,
  this.username,
});