ProcessEntity

ProcessEntity
Process Entity

Process information.

AllOf
This class requires all of the following:
JSON Example
{
    "id": "string",
    "name": "string",
    "info_type": "string",
    "command_line": "string",
    "process_user_info": [
        {
            "id": "string",
            "name": "string",
            "info_type": "string",
            "domain_name": "string",
            "site_id": "string",
            "ad_group_count": 0,
            "total_sessions": 0,
            "logged_in_vms": 0
        }
    ],
    "sha256": "string"
}