Cloud Organization API, gRPC: UserSshKeyService.Get
Written by
Updated at November 26, 2024
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 |