Audit log for an extension

interface ExtensionAuditLog {
    entries?: ExtensionAuditLogEntry[];
    extensionName?: string;
    publisherName?: string;
}

Properties

Collection of audit log entries

extensionName?: string

Extension that the change was made for

publisherName?: string

Publisher that the extension is part of