ISecretManager Interface

Define methods for Keeper Secret Maneger (KSM)

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface ISecretManager

Methods

AddSecretManagerClient Adds a client/device to Secret Manager Application
CreateSecretManagerApplication Creates Secret Manager Application
DeleteSecretManagerApplication Deletes Secret Manager Application
DeleteSecretManagerClient Deletes a client/device from Secret Manager Application
GetConfiguration Creates SecretsManager Configuration Storage
GetSecretManagerApplication Gets Keeper Secret Manager Application Details
ShareToSecretManagerApplication Grants Shared Folder or Record Access to Secret Manager Application
UnshareFromSecretManagerApplication Revokes Shared Folder or Record access from Secret Manager Application

See Also