feat: platform-level actor for logs

This commit is contained in:
Daniel Hougaard
2024-09-15 19:52:13 +04:00
parent 69a2a46c47
commit 63cf535ebb

View File

@@ -34,6 +34,7 @@ export enum AuthMode {
}
export enum ActorType { // would extend to AWS, Azure, ...
PLATFORM = "platform", // Useful for when we want to perform logging on automated actions such as integration syncs.
USER = "user", // userIdentity
SERVICE = "service",
IDENTITY = "identity",