mirror of
https://github.com/bitwarden/server
synced 2025-12-20 02:03:46 +00:00
[SM-568] Delete service accounts (#2748)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Bit.Core.SecretsManager.Entities;
|
||||
|
||||
namespace Bit.Core.SecretsManager.Commands.ServiceAccounts.Interfaces;
|
||||
|
||||
public interface IDeleteServiceAccountsCommand
|
||||
{
|
||||
Task<List<Tuple<ServiceAccount, string>>> DeleteServiceAccounts(List<Guid> ids, Guid userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user