Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.2 KB

GetLastUserEventStatus.md

File metadata and controls

17 lines (13 loc) · 1.2 KB

GetLastUserEventStatus

Properties

Name Type Description Notes
event_source str [optional]
event_type str
item_name str Event item name
item_type str 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]
time_back str 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 str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

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