V3AuditLogsListAuditLogsExportHistoryResponse
Example Usage
import { V3AuditLogsListAuditLogsExportHistoryResponse } from "@solarwinds/squadcast-sdk-typescript/models";
import { RFCDate } from "@solarwinds/squadcast-sdk-typescript/types";
let value: V3AuditLogsListAuditLogsExportHistoryResponse = {
data: [
{
id: "<id>",
name: "<value>",
description: "commandeer astride mask mismatch after beyond uh-huh oof",
exportedAt: "<value>",
requestedBy: {
userID: "<id>",
userName: "Rosemary58",
userEmail: "<value>",
fullName: "Hannah Toy",
},
downloadLink: "<value>",
status: "<value>",
filters: {
startDate: new RFCDate("2024-11-23"),
endDate: new RFCDate("2024-04-13"),
},
},
],
metadata: {
totalCount: 520452,
},
};Fields
Field
Type
Required
Description
PreviousV3AuditLogsGetAuditLogExportHistoryByIDResponseNextV3AuditLogsListAuditLogsExportHistoryResponseMetadata
Last updated