Method: users.sshPublicKeys.get

Retrieves an SSH public key.

HTTP request

GET https://oslogin.googleapis.com/v1/{name=users/*/sshPublicKeys/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. 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}.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of SshPublicKey.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/compute

For more information, see the Authentication Overview.