Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface AuditRecord

    interface AuditRecord {
        affectedObject: AffectedObject;
        associatedObjects: AffectedObject[];
        author: { displayName: string; operations: {}; type: string };
        category: string;
        changedValues: ChangedValue[];
        creationDate: number;
        description: string;
        remoteAddress: string;
        summary: string;
        sysAdmin: boolean;
    }
    Index

    Properties

    affectedObject: AffectedObject
    associatedObjects: AffectedObject[]
    author: { displayName: string; operations: {}; type: string }
    category: string
    changedValues: ChangedValue[]
    creationDate: number

    The creation date-time of the audit record, as a timestamp.

    description: string
    remoteAddress: string
    summary: string
    sysAdmin: boolean