Cloud Organization API, gRPC: OsLoginService.ListProfiles
Written by
Updated at October 17, 2024
gRPC request
rpc ListProfiles (ListOsLoginProfilesRequest) returns (ListOsLoginProfilesResponse)
ListOsLoginProfilesRequest
{
"organizationId": "string",
"pageSize": "int64",
"pageToken": "string",
"filter": "string"
}
Field |
Description |
organizationId |
string Required field. |
pageSize |
int64 |
pageToken |
string |
filter |
string A filter expression that filters profiles listed in the response.
|
ListOsLoginProfilesResponse
{
"profiles": [
{
"id": "string",
"organizationId": "string",
"subjectId": "string",
"login": "string",
"uid": "int64",
"isDefault": "bool",
"homeDirectory": "string",
"shell": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
profiles[] |
|
nextPageToken |
string |
OsLoginProfile
Field |
Description |
id |
string |
organizationId |
string |
subjectId |
string |
login |
string |
uid |
int64 |
isDefault |
bool |
homeDirectory |
string |
shell |
string |