Interface protos.google.cloud.oslogin.v1beta.IImportSshPublicKeyRequest (3.2.6)

Properties of an ImportSshPublicKeyRequest.

Package

@google-cloud/os-login!

Properties

parent

parent?: (string|null);

ImportSshPublicKeyRequest parent

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

ImportSshPublicKeyRequest projectId

Property Value
TypeDescription
(string|null)

sshPublicKey

sshPublicKey?: (google.cloud.oslogin.common.ISshPublicKey|null);

ImportSshPublicKeyRequest sshPublicKey

Property Value
TypeDescription
(google.cloud.oslogin.common.ISshPublicKey|null)