ISecretManagerUnshareFromSecretManagerApplication Method |
Revokes Shared Folder or Record access from Secret Manager Application
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax Task<SecretsManagerApplication> UnshareFromSecretManagerApplication(
string applicationId,
string sharedFolderOrRecordUid
)
Parameters
- applicationId String
- Application ID
- sharedFolderOrRecordUid String
- Shared Folder or Record UID
Return Value
TaskSecretsManagerApplicationSecret Manager Application
See Also