Type Alias: AuditLogActorTypeEnum
type AuditLogActorTypeEnum = "ANONYMOUS" | "CLIENT" | "UNKNOWN" | "USER";
Defined in: gen/types.gen.ts:293
The type of actor who performed the operation.
type AuditLogActorTypeEnum = "ANONYMOUS" | "CLIENT" | "UNKNOWN" | "USER";
Defined in: gen/types.gen.ts:293
The type of actor who performed the operation.