Skip to main content
Version: 8.9

Variable: AuditLogActorTypeEnum

const AuditLogActorTypeEnum: object;

The type of actor who performed the operation.

Type Declaration

ANONYMOUS

readonly ANONYMOUS: "ANONYMOUS" = 'ANONYMOUS';

CLIENT

readonly CLIENT: "CLIENT" = 'CLIENT';

UNKNOWN

readonly UNKNOWN: "UNKNOWN" = 'UNKNOWN';

USER

readonly USER: "USER" = 'USER';