Click or drag to resize

VaultOnlineUnshareFromSecretManagerApplication Method

Revokes Shared Folder or Record access from Secret Manager Application

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public Task<SecretsManagerApplication> UnshareFromSecretManagerApplication(
	string applicationId,
	string sharedFolderOrRecordUid
)

Parameters

applicationId  String
Application ID
sharedFolderOrRecordUid  String
Shared Folder or Record UID

Return Value

TaskSecretsManagerApplication
Secret Manager Application

Implements

ISecretManagerUnshareFromSecretManagerApplication(String, String)
See Also