Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.91 KB

CreateEventForwarder.md

File metadata and controls

32 lines (28 loc) · 2.91 KB

akeyless.Model.CreateEventForwarder

createEventForwarder is a command that creates a new event forwarder [Deprecated - please use event-forwarder-create-* command]

Properties

Name Type Description Notes
AdminName string Workstation Admin Name [optional]
AdminPwd string Workstation Admin password [optional]
AppPrivateKeyBase64 string The RSA Private Key PEM formatted in base64 to use when connecting to ServiceNow with jwt authentication [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]
ClientSecret string The client secret to use when connecting to ServiceNow with jwt authentication [optional]
Comment string Deprecated - use description [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]
EventSourceLocations List<string> Event sources
EventSourceType string Event Source type [item, target, auth_method, gateway] [optional] [default to "item"]
EventTypes List<string> 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 string Rate of periodic runner repetition in hours [optional]
ForwarderType string
Host string Workstation Host [optional]
Json bool Set output format to JSON [optional] [default to false]
Key string 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 string EventForwarder name
RunnerType string
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]