Click or drag to resize

ISecretManagerUnshareFromSecretManagerApplication Method

Revokes Shared Folder or Record access from Secret Manager Application

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
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
See Also