mirror of
https://github.com/bitwarden/server
synced 2026-01-08 03:23:20 +00:00
[SM-389] Event log for service account (#2674)
This commit is contained in:
@@ -33,4 +33,6 @@ public class EventMessage : IEvent
|
||||
public Guid? IdempotencyId { get; private set; } = Guid.NewGuid();
|
||||
public EventSystemUser? SystemUser { get; set; }
|
||||
public string DomainName { get; set; }
|
||||
public Guid? SecretId { get; set; }
|
||||
public Guid? ServiceAccountId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user