mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
[SM-722] Add optional access to secrets for service account lists (#3074)
* Add access to secret count to service account list * dotnet format * refactor into query * Remove duplicate * Add new method to noop
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Bit.Core.SecretsManager.Entities;
|
||||
|
||||
namespace Bit.Core.SecretsManager.Models.Data;
|
||||
|
||||
public class ServiceAccountSecretsDetails
|
||||
{
|
||||
public ServiceAccount ServiceAccount { get; set; }
|
||||
public int AccessToSecrets { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user