Identity Hub API, gRPC: OsLoginService.GetProfile
Статья создана
Обновлена 8 августа 2025 г.
OsLogin Profiles
gRPC request
rpc GetProfile (GetOsLoginProfileRequest) returns (OsLoginProfile)
GetOsLoginProfileRequest
{
"os_login_profile_id": "string"
}
|
Field |
Description |
|
os_login_profile_id |
string Required field. |
OsLoginProfile
{
"id": "string",
"organization_id": "string",
"subject_id": "string",
"login": "string",
"uid": "int64",
"is_default": "bool",
"home_directory": "string",
"shell": "string"
}
|
Field |
Description |
|
id |
string |
|
organization_id |
string |
|
subject_id |
string |
|
login |
string |
|
uid |
int64 |
|
is_default |
bool |
|
home_directory |
string |
|
shell |
string |