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

Function get_keeper_report

examples/aws_lambda/lambda_handler.py:49–55  ·  view source on GitHub ↗
(params, kwargs)

Source from the content-addressed store, hash-verified

47# Keeper JSON report function
48# ------------------------------------------------------
49def get_keeper_report(params, kwargs):
50 from keepercommander.commands.aram import AuditReportCommand
51 from json import loads
52
53 report_class = AuditReportCommand()
54 report = report_class.execute(params, **kwargs)
55 return loads(report)
56
57# ------------------------------------------------------
58# Keeper CLI function

Callers 1

lambda_handlerFunction · 0.85

Calls 2

executeMethod · 0.95
AuditReportCommandClass · 0.90

Tested by

no test coverage detected