An audit log entry for an extension

interface ExtensionAuditLogEntry {
    auditAction?: string;
    auditDate?: Date;
    comment?: string;
    updatedBy?: IdentityRef;
}

Properties

auditAction?: string

Change that was made to extension

auditDate?: Date

Date at which the change was made

comment?: string

Extra information about the change

updatedBy?: IdentityRef

Represents the user who made the change