NodeUserPropertiesListResult
NodeUserPropertiesListResult
Node users list results
AllOf
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"full_name": "string",
"group_id": 0,
"home_dir": "string",
"last_password_change": 0,
"login_shell": "string",
"old_password": "string",
"password": "string",
"password_change_frequency": 0,
"password_change_warning": 0,
"password_reset_required": false,
"status": "string",
"userid": 0,
"username": "string"
}
]
}