MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / queue_audit_event

Method queue_audit_event

keepercommander/params.py:379–386  ·  view source on GitHub ↗
(self, name, **kwargs)

Source from the content-addressed store, hash-verified

377 self.__rest_context.set_proxy(self.__proxy)
378
379 def queue_audit_event(self, name, **kwargs):
380 # type: (str, ...) -> None
381 if self.license and 'account_type' in self.license:
382 if self.license['account_type'] == 2:
383 self.event_queue.append({
384 'audit_event_type': name,
385 'inputs': {x: kwargs[x] for x in kwargs if x in {'record_uid', 'file_format', 'attachment_id', 'to_username'}}
386 })
387
388 proxy = property(__get_proxy, __set_proxy)
389 server = property(__get_server, __set_server)

Callers 15

prepare_recordFunction · 0.80
prepare_record_v3Function · 0.80
update_bw_dataMethod · 0.80
add_record_to_folderFunction · 0.80
update_recordFunction · 0.80
exportFunction · 0.80
_importFunction · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected