Class: Google::Cloud::Oslogin::V1beta::GetSshPublicKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Oslogin::V1beta::GetSshPublicKeyRequest
- Defined in:
- lib/google/cloud/os_login/v1beta/doc/google/cloud/oslogin/v1beta/oslogin.rb
Overview
A request message for retrieving an SSH public key.
Instance Attribute Summary collapse
-
#name ⇒ String
The fingerprint of the public key to retrieve.
Instance Attribute Details
#name ⇒ String
Returns The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format +users/user/sshPublicKeys/fingerprint+.
75 |
# File 'lib/google/cloud/os_login/v1beta/doc/google/cloud/oslogin/v1beta/oslogin.rb', line 75 class GetSshPublicKeyRequest; end |