Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.93 KB

UpdateEventForwarder.md

File metadata and controls

26 lines (22 loc) · 1.93 KB

akeyless.Model.UpdateEventForwarder

updateEventForwarder is a command that updates an event forwarder [Deprecated - please use event-forwarder-update-* command]

Properties

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] [default to "user-pass"]
ClientId string The client ID to use when connecting to ServiceNow with jwt authentication [optional]
Description string Description of the object [optional] [default to "default_comment"]
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] [default to "true"]
EventSourceLocations List<string> Event sources [optional]
EventTypes List<string> Event types [optional]
Host string Workstation Host [optional]
Json bool Set output format to JSON [optional] [default to false]
Name string EventForwarder name
NewComment string Deprecated - use description [optional] [default to "default_comment"]
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]

[Back to Model list] [Back to API list] [Back to README]