Cloud Organization API, gRPC: UserSshKeyService.Get
Written by
Updated at October 17, 2024
gRPC request
rpc Get (GetUserSshKeyRequest) returns (UserSshKey)
GetUserSshKeyRequest
{
"userSshKeyId": "string"
}
Field |
Description |
userSshKeyId |
string Required field. |
UserSshKey
{
"id": "string",
"subjectId": "string",
"data": "string",
"name": "string",
"fingerprint": "string",
"organizationId": "string",
"createdAt": "google.protobuf.Timestamp",
"expiresAt": "google.protobuf.Timestamp"
}
Field |
Description |
id |
string |
subjectId |
string |
data |
string |
name |
string |
fingerprint |
string |
organizationId |
string |
createdAt |
|
expiresAt |
Used for temporary keys, if empty the key doesn't expire |