VaultOnlineShareToSecretManagerApplication Method |
Grants Shared Folder or Record Access to Secret Manager Application
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public Task<SecretsManagerApplication> ShareToSecretManagerApplication(
string applicationId,
string sharedFolderOrRecordUid,
bool editable
)
Parameters
- applicationId String
- Application ID
- sharedFolderOrRecordUid String
- Shared Folder or Record UID
- editable Boolean
[Missing <param name="editable"/> documentation for "M:KeeperSecurity.Vault.VaultOnline.ShareToSecretManagerApplication(System.String,System.String,System.Boolean)"]
Return Value
TaskSecretsManagerApplicationSecret Manager Application
Implements
ISecretManagerShareToSecretManagerApplication(String, String, Boolean)See Also