Identity Hub API, gRPC: UserSshKeyService.Get
Written by
Updated at August 8, 2025
gRPC request
rpc Get (GetUserSshKeyRequest) returns (UserSshKey)
GetUserSshKeyRequest
{
"user_ssh_key_id": "string"
}
|
Field |
Description |
|
user_ssh_key_id |
string Required field. |
UserSshKey
{
"id": "string",
"subject_id": "string",
"data": "string",
"name": "string",
"fingerprint": "string",
"organization_id": "string",
"created_at": "google.protobuf.Timestamp",
"expires_at": "google.protobuf.Timestamp"
}
|
Field |
Description |
|
id |
string |
|
subject_id |
string |
|
data |
string |
|
name |
string |
|
fingerprint |
string |
|
organization_id |
string |
|
created_at |
|
|
expires_at |
Used for temporary keys, if empty the key doesn't expire |