REST Resource: users.sshPublicKeys

Resource: SshPublicKey

The SSH public key information associated with a Google account.

JSON representation
{
  "key": string,
  "expirationTimeUsec": string,
  "fingerprint": string,
  "name": string
}
Fields
key

string

Public key text in SSH format, defined by RFC4253 section 6.6.

expirationTimeUsec

string (int64 format)

An expiration time in microseconds since epoch.

fingerprint

string

Output only. The SHA-256 fingerprint of the SSH public key.

name

string

Output only. The canonical resource name.

Methods

create

Create an SSH public key

delete

Deletes an SSH public key.

get

Retrieves an SSH public key.

patch

Updates an SSH public key and returns the profile information.