PosixUserSearchResult
Searching for users and groups on POSIX systems provides User ID and Group ID information, in addition to that defined in UserSearchResult.
{
"_typeName": "string",
"principal": "string",
"fullName": "string",
"group": false,
"id": 0,
"shellAccess": false,
"lastPasswordChange": 0,
"maximumPasswordAge": 0
}
If the search result is for a user, then id refers to User ID.
For a group, the value of Group ID is assigned to id.
If the search result is for a user, shellAccess indicates whether shell access has been granted or not.
The number of days since 1/1/1970, when the password was last changed.
Since: vSphere API Release 9.1.0.0
The maximum number of days the password is valid.
Since: vSphere API Release 9.1.0.0