AuditLogsListAuditLogsRequest
Example Usage
import { AuditLogsListAuditLogsRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
import { RFCDate } from "@solarwinds/squadcast-sdk-typescript/types";
let value: AuditLogsListAuditLogsRequest = {
pageSize: 192593,
pageNumber: 502057,
startDate: new RFCDate("2025-10-05"),
endDate: new RFCDate("2025-02-23"),
};Fields
Field
Type
Required
Description
pageSize
number
✔️
N/A
pageNumber
number
✔️
N/A
action
string[]
➖
N/A
resource
string[]
➖
N/A
actor
string[]
➖
N/A
team
string[]
➖
N/A
Last updated