Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.3 KB

EventForwarderCreateEmail.md

File metadata and controls

26 lines (22 loc) · 2.3 KB

akeyless.Model.EventForwarderCreateEmail

eventForwarderCreateEmail is a command that creates email event forwarder

Properties

Name Type Description Notes
AuthMethodsEventSourceLocations List<string> Auth Method Event sources [optional]
Description string Description of the object [optional]
EmailTo string A comma seperated list of email addresses to send event to [optional]
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, next-automatic-rotation, 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, rate-limiting, usage-report] [optional]
Every string Rate of periodic runner repetition in hours [optional]
GatewaysEventSourceLocations List<string> Event sources
IncludeError string Set this option to include event errors details [true/false] [optional]
ItemsEventSourceLocations List<string> Items Event sources [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
OverrideUrl string Override Akeyless default URL with your Gateway url (port 18888) [optional]
RunnerType string
TargetsEventSourceLocations List<string> Targets Event sources [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

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