Cloud Organization API, gRPC: OsLoginService.GetProfile
Written by
Updated at October 17, 2024
OsLogin Profiles
gRPC request
rpc GetProfile (GetOsLoginProfileRequest) returns (OsLoginProfile)
GetOsLoginProfileRequest
{
"osLoginProfileId": "string"
}
Field |
Description |
osLoginProfileId |
string Required field. |
OsLoginProfile
{
"id": "string",
"organizationId": "string",
"subjectId": "string",
"login": "string",
"uid": "int64",
"isDefault": "bool",
"homeDirectory": "string",
"shell": "string"
}
Field |
Description |
id |
string |
organizationId |
string |
subjectId |
string |
login |
string |
uid |
int64 |
isDefault |
bool |
homeDirectory |
string |
shell |
string |