Name | Type | Description | Notes |
---|---|---|---|
Command | string | The command that was executed on the system. | [optional] [default to null] |
Name | string | The name of the command. | [optional] [default to null] |
System | string | The name of the system the command was executed on. | [optional] [default to null] |
SystemId | string | The id of the system the command was executed on. | [optional] [default to null] |
Organization | string | The ID of the organization. | [optional] [default to null] |
WorkflowId | string | [optional] [default to null] | |
WorkflowInstanceId | string | [optional] [default to null] | |
User | string | The user the command ran as. | [optional] [default to null] |
Sudo | bool | If the user had sudo rights | [optional] [default to null] |
Files | []string | An array of file ids that were included in the command | [optional] [default to null] |
RequestTime | int32 | The time that the command was sent. | [optional] [default to null] |
ResponseTime | int32 | The time that the command was completed. | [optional] [default to null] |
Response | *CommandresultResponse | [optional] [default to null] | |
Id | string | The ID of the command. | [optional] [default to null] |