PosixUserSearchResult

PosixUserSearchResult
PosixUserSearchResult

Searching for users and groups on POSIX systems provides User ID and Group ID information, in addition to that defined in UserSearchResult.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "principal": "string",
    "fullName": "string",
    "group": false,
    "id": 0,
    "shellAccess": false,
    "lastPasswordChange": 0,
    "maximumPasswordAge": 0
}
integer As int32 As int32
id
Required

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.

boolean
shellAccess
Optional

If the search result is for a user, shellAccess indicates whether shell access has been granted or not.

integer As int64 As int64
lastPasswordChange
Optional

The number of days since 1/1/1970, when the password was last changed.

Since: vSphere API Release 9.1.0.0

integer As int64 As int64
maximumPasswordAge
Optional

The maximum number of days the password is valid.

Since: vSphere API Release 9.1.0.0