Identity Hub API, REST: UserSshKey.Get
HTTP request
GET https://organization-manager.api.yandexcloud.kz/organization-manager/v1/userSshKeys/{userSshKeyId}
Path parameters
|
Field |
Description |
|
userSshKeyId |
string Required field. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"subjectId": "string",
"data": "string",
"name": "string",
"fingerprint": "string",
"organizationId": "string",
"createdAt": "string",
"expiresAt": "string"
}
|
Field |
Description |
|
id |
string |
|
subjectId |
string |
|
data |
string |
|
name |
string |
|
fingerprint |
string |
|
organizationId |
string |
|
createdAt |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
expiresAt |
string (date-time) Used for temporary keys, if empty the key doesn't expire String in RFC3339 To work with values in this field, use the APIs described in the |