NodeUserProperties

NodeUserProperties
NodeUserProperties

Node user properties

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
}