mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 10:02:47 -05: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