PEDM Commands

This page gives description of PEDM Commands and their parameters and arguments

Overview

This section lists all the commands in Keeper's Commander (CLI) that are related to Privilege Elevation and Delegation Management (PEDM). These commands provide administrators with powerful tools to manage privilege elevation policies, agents, deployments, and audit reporting. The commands cover creating, viewing, editing, organising, and managing PEDM entities and compliance monitoring.

The following commands are currently supported by SDK:


PEDM Sync Command

Synchronises PEDM data from the backend server to the local cache. This command ensures that local data is up-to-date with the server, supporting both incremental and full synchronization modes.

DotNet CLI

Command: Coming Soon

DotNet SDK

Command: Coming Soon

Power Commander

Command: Coming Soon

Python CLI

Command: pedm sync-down

Flags:

Flag
Description

--reload

Perform full sync instead of incremental sync

Examples:

My Vault> pedm sync-down

Syncing PEDM data...
My Vault> pedm sync-down --reload

Performing full sync...
Python SDK

Function: PedmPlugin.sync_down

from keepersdk.plugin.pedm import admin_plugin

plugin = admin_plugin.PedmPlugin(enterprise_loader)
plugin.sync_down(reload=True)

Last updated

Was this helpful?