Class: Google::Cloud::Oslogin::V1::ImportSshPublicKeyRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/os_login/v1/doc/google/cloud/oslogin/v1/oslogin.rb

Overview

A request message for importing an SSH public key.

Instance Attribute Summary collapse

Instance Attribute Details

#parentString

Returns The unique ID for the user in format users/{user}.

Returns:

  • (String)

    The unique ID for the user in format users/{user}.



77
# File 'lib/google/cloud/os_login/v1/doc/google/cloud/oslogin/v1/oslogin.rb', line 77

class ImportSshPublicKeyRequest; end

#project_idString

Returns The project ID of the Google Cloud Platform project.

Returns:

  • (String)

    The project ID of the Google Cloud Platform project.



77
# File 'lib/google/cloud/os_login/v1/doc/google/cloud/oslogin/v1/oslogin.rb', line 77

class ImportSshPublicKeyRequest; end

#ssh_public_keyGoogle::Cloud::Oslogin::Common::SshPublicKey

Returns The SSH public key and expiration time.

Returns:



77
# File 'lib/google/cloud/os_login/v1/doc/google/cloud/oslogin/v1/oslogin.rb', line 77

class ImportSshPublicKeyRequest; end