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
}
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.