Skip to content

Reporting command implementation(Audit, Action and Password).#194

Open
ukumar-ks wants to merge 3 commits into
mainfrom
feature-reporting-commands
Open

Reporting command implementation(Audit, Action and Password).#194
ukumar-ks wants to merge 3 commits into
mainfrom
feature-reporting-commands

Conversation

@ukumar-ks

Copy link
Copy Markdown
Contributor

Summary

Adds SDK reporting commands for Audit, Action, and Password reports.

Changes

  • Implemented audit report command
  • Implemented action report command
  • Implemented password report command

Comment thread KeeperSdk/src/enterpriseReport/auditReport.ts Fixed
payload.created = createdCriteria(filter.created)
}
}
if (filter.eventType !== undefined) payload.event_type = filter.eventType

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently this should be audit_event_type, or else you'll get a validation error.

The example in the docs support this: https://keeper.atlassian.net/wiki/spaces/KA/pages/765952090/Filter+examples

exclude_min?: boolean
exclude_max?: boolean
}
event_type?: string | number | Array<string | number>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as mentioned earlier, should be audit_event_type

Comment thread keeperapi/src/commands.ts Outdated
exclude_min?: boolean
exclude_max?: boolean
}
event_type?: string | number | Array<string | number>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should drop this then too

@ukumar-ks ukumar-ks changed the title Reporting command implementation(Audit, Action and Password). (#180) Reporting command implementation(Audit, Action and Password). Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants