REST Resource: users.sshPublicKeys Stay organized with collections Save and categorize content based on your preferences.
Resource: SshPublicKey
The SSH public key information associated with a Google account.
| JSON representation |
|---|
{"key":string,"expirationTimeUsec":string,"fingerprint":string,"name":string} |
| Fields | |
|---|---|
key |
Public key text in SSH format, defined byRFC4253 section 6.6. |
expirationTimeUsec |
An expiration time in microseconds since epoch. |
fingerprint |
Output only. The SHA-256 fingerprint of the SSH public key. |
name |
Output only. The canonical resource name. |
Methods | |
|---|---|
| Create an SSH public key |
| Deletes an SSH public key. |
| Retrieves an SSH public key. |
| Updates an SSH public key and returns the profile information. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-28 UTC.