updateEventForwarder is a command that updates an event forwarder [Deprecated - please use event-forwarder-update-* command]
| Name | Type | Description | Notes |
|---|---|---|---|
| adminName | String | Workstation Admin Name | [optional] |
| authType | String | The authentication type to use when connecting to ServiceNow (user-pass / jwt) | [optional] |
| clientId | String | The client ID to use when connecting to ServiceNow with jwt authentication | [optional] |
| description | String | Description of the object | [optional] |
| emailTo | String | A comma seperated list of email addresses to send event to (relevant only for "email" Event Forwarder) | [optional] |
| enable | String | Enable/Disable Event Forwarder [true/false] | [optional] |
| eventSourceLocations | List<String> | Event sources | [optional] |
| eventTypes | List<String> | Event types | [optional] |
| host | String | Workstation Host | [optional] |
| json | Boolean | Set output format to JSON | [optional] |
| name | String | EventForwarder name | |
| newComment | String | Deprecated - use description | [optional] |
| newName | String | New EventForwarder name | [optional] |
| token | String | Authentication token (see `/auth` and `/configure`) | [optional] |
| uidToken | String | The universal identity token, Required only for universal_identity authentication | [optional] |
| userEmail | String | The user email to use when connecting to ServiceNow with jwt authentication | [optional] |