createEventForwarder is a command that creates a new event forwarder [Deprecated - please use event-forwarder-create-* command]
| Name | Type | Description | Notes |
|---|---|---|---|
| admin_name | str | Workstation Admin Name | [optional] |
| admin_pwd | str | Workstation Admin password | [optional] |
| app_private_key_base64 | str | The RSA Private Key PEM formatted in base64 to use when connecting to ServiceNow with jwt authentication | [optional] |
| auth_type | str | The authentication type to use when connecting to ServiceNow (user-pass / jwt) | [optional] [default to 'user-pass'] |
| client_id | str | The client ID to use when connecting to ServiceNow with jwt authentication | [optional] |
| client_secret | str | The client secret to use when connecting to ServiceNow with jwt authentication | [optional] |
| comment | str | Deprecated - use description | [optional] |
| description | str | Description of the object | [optional] |
| email_to | str | A comma seperated list of email addresses to send event to (relevant only for "email" Event Forwarder) | [optional] |
| event_source_locations | list[str] | Event sources | |
| event_source_type | str | Event Source type [item, target, auth_method, gateway] | [optional] [default to 'item'] |
| event_types | list[str] | List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated] | [optional] |
| every | str | Rate of periodic runner repetition in hours | [optional] |
| forwarder_type | str | ||
| host | str | Workstation Host | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| key | str | The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used) | [optional] |
| name | str | EventForwarder name | |
| runner_type | str | ||
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |
| user_email | str | The user email to use when connecting to ServiceNow with jwt authentication | [optional] |