Class: Google::Cloud::Oslogin::V1beta::DeleteSshPublicKeyRequest

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

Overview

A request message for deleting an SSH public key.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}.

Returns:

  • (String)

    The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}.



51
# File 'lib/google/cloud/os_login/v1beta/doc/google/cloud/oslogin/v1beta/oslogin.rb', line 51

class DeleteSshPublicKeyRequest; end