Operations at CredentialsVaultManagement

This page describes the backend methods at this endpoint.

Signature Description
Guid AddAccount(CredentialsAccount account) Creates a new account in the Credentials Vault.
Void AddAccounts(CredentialsAccountsCollection accounts) Creates multiple new accounts in the Credentials Vault.
Void DeleteAccount(String accountId) Removes the specified account from the Credentials Vault. The account is found by AccountId property of CredentialsAccount contract.
Void DeleteAccounts(StringCollection accountIds) Removes the specified accounts from the Credentials Vault. The accounts are found by AccountId properties of CredentialsAccount contract.
CredentialsAccount GetAccount(String accountId) Gets an information about the specified account from the Credentials Vault. The account is found by AccountId property of CredentialsAccount contract.
CredentialsAccountConnectedSystemsCollection GetAccountRelatedSystems(String accountId) Gets a list of the systems related to the specified account from the Credentials Vault. The account is found by AccountId property of CredentialsAccount contract.
CredentialsAccountsCollection GetAllAccounts() Gets an information about all accounts in the Credentials Vault.
Void MergeAccounts(String sourceAccountId, String targetAccountId) Merge the source account with the target account. The accounts are found by AccountId properties of CredentialsAccount contract.
Void UpdateAccount(CredentialsAccount account) Updates an account in the Credentials Vault. The account is found by AccountId property of CredentialsAccount contract. Other properties are updated.
Void UpdateAccounts(CredentialsAccountsCollection accounts) Updates a set of accounts in the Credentials Vault. The accounts are found by AccountId properties of CredentialsAccount contract. Other properties are updated.