The SSH public key information associated with a Google account.
JSON representation | |
---|---|
{ "key": string, "expirationTimeUsec": string, "fingerprint": string } |
Fields | |
---|---|
key |
Public key text in SSH format, defined by RFC4253 section 6.6. |
expirationTimeUsec |
An expiration time in microseconds since epoch. |
fingerprint |
Output only. The SHA-256 fingerprint of the SSH public key. |