Class: Google::Cloud::Oslogin::V1::DeleteSshPublicKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Oslogin::V1::DeleteSshPublicKeyRequest
- Defined in:
- lib/google/cloud/os_login/v1/doc/google/cloud/oslogin/v1/oslogin.rb
Overview
A request message for deleting an SSH public key.
Instance Attribute Summary collapse
-
#name ⇒ String
The fingerprint of the public key to update.
Instance Attribute Details
#name ⇒ String
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+.
61 |
# File 'lib/google/cloud/os_login/v1/doc/google/cloud/oslogin/v1/oslogin.rb', line 61 class DeleteSshPublicKeyRequest; end |