Cloud Organization API, gRPC: OsLoginService.ListProfiles
Статья создана
Обновлена 26 ноября 2024 г.
gRPC request
rpc ListProfiles (ListOsLoginProfilesRequest) returns (ListOsLoginProfilesResponse)
ListOsLoginProfilesRequest
{
"organization_id": "string",
"page_size": "int64",
"page_token": "string",
"filter": "string"
}
Field |
Description |
organization_id |
string Required field. |
page_size |
int64 |
page_token |
string |
filter |
string A filter expression that filters profiles listed in the response.
|
ListOsLoginProfilesResponse
{
"profiles": [
{
"id": "string",
"organization_id": "string",
"subject_id": "string",
"login": "string",
"uid": "int64",
"is_default": "bool",
"home_directory": "string",
"shell": "string"
}
],
"next_page_token": "string"
}
Field |
Description |
profiles[] |
|
next_page_token |
string |
OsLoginProfile
Field |
Description |
id |
string |
organization_id |
string |
subject_id |
string |
login |
string |
uid |
int64 |
is_default |
bool |
home_directory |
string |
shell |
string |