Secrets Manager App Commands
This page shows how to use secrets manager commands focused on app usage
Secrets Manager App Commands
This subset of secrets manager command deal with keeper secrets manager applications found in vault under Secrets Manager > My Applications. These Commands help with performing CRUD and share/un-share operations for applications, so that you can use the app to access your vault data like secrets and folders.
Commands:
Secrets Manager App List
This action retrieves and displays a table of all Secrets Manager applications currently available in the Keeper vault. Each row contains the unique application UID and the application’s title. This is useful for quickly reviewing all registered apps before managing access or clients.
Secrets Manager App Create
The create action creates a new Secrets Manager Application record in the Keeper Vault. This application can later be configured with client devices and shared folders for secrets management and automation use cases. Optionally, an application name (KsmId) can be specified during creation.
Once created, the application’s UID and title will be displayed in the output.
Secrets Manager App View
Displays detailed information about a specific Secrets Manager Application using its UID/Name.
This command retrieves the application record from the vault and prints relevant metadata, including its UID, title, shared status, linked shared folders, and any associated records.
Behaviour:
Fetches the Secrets Manager Application from the vault using the provided Name.
Outputs a summary of the application’s details, similar to how they are stored in Keeper.
Useful for auditing or reviewing configuration and access relationships.
Secrets Manager App Delete
This Command removes the application whose UID or name is given by user.
Behaviour:
Fetches the secrets manager application based on name or uid provided
Asks user confirmation (in power shell)
Deletes the application with given UID
Secrets Manager App Share
This command shares the application with users mentioned. In case the user is not part of shareable pool ( By default, it will be your team/enterprise) then an invitation to share will be sent to the email mentioned and an email invitation for sharing will be sent.
Behaviour:
Fetches the app details and its information related to shares
checks if the user is already in shareable pool and if user has access to the app
once the app is shareable, it will be shared with user else an email will be sent to user with invite.
Secrets Manager App UnShare
This command removes the application shares with users mentioned. The user's access to the application along with folder and records under the application will be revoked.
Behavior:
Fetches the app details and its information related to shares
checks if user has access to the app
If the user is not found the command exits stating the same.
If app is shared with the user, then we remove access to the underlying records and folder which are present in app, then app access is revoked.
Last updated
Was this helpful?

