Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.23 KB

GetLastUserEventStatus.md

File metadata and controls

17 lines (13 loc) · 1.23 KB

akeyless.Model.GetLastUserEventStatus

Properties

Name Type Description Notes
EventSource string [optional]
EventType string
ItemName string Event item name
ItemType string Event item type can be either "target" or type of item eg "static_secret"/"dynamic_secret" To get type of some item run `akeyless describe-item -n {ITEM_NAME} - -jq-expression .item_type`
Json bool Set output format to JSON [optional] [default to false]
TimeBack string The time back to search the event, for example if the value is "5m" we will return the last user event issued in the last 5 minutes. By default, we will search without any time boundary. [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]