NexSDK
    Preparing search index...

    Interface AuditLogResponse

    interface AuditLogResponse {
        action: string;
        created_at: string;
        id: number;
        ip_address: AuditLogResponseIpAddress;
        new_data: AuditLogResponseNewData;
        old_data: AuditLogResponseOldData;
        property_id: AuditLogResponsePropertyId;
        request_id: AuditLogResponseRequestId;
        resource_id: AuditLogResponseResourceId;
        resource_type: string;
        user_id: AuditLogResponseUserId;
    }
    Index

    Properties

    action: string
    created_at: string
    id: number
    ip_address: AuditLogResponseIpAddress
    new_data: AuditLogResponseNewData
    old_data: AuditLogResponseOldData
    property_id: AuditLogResponsePropertyId
    request_id: AuditLogResponseRequestId
    resource_id: AuditLogResponseResourceId
    resource_type: string
    user_id: AuditLogResponseUserId