circle-info
Squadcast is now SolarWinds Incident Response

V3AuditLogsAuditLogIDResponse

Represents detailed audit log entry response

Example Usage

import { V3AuditLogsAuditLogIDResponse } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3AuditLogsAuditLogIDResponse = {
  id: 650074,
  resource: "<value>",
  action: "<value>",
  actor: {
    userID: "<id>",
    userName: "Zoila20",
    userEmail: "<value>",
    fullName: "Suzanne Schuster",
  },
  client: "<value>",
  timestamp: "<value>",
  timezone: "America/Port-au-Prince",
  team: {
    id: "<id>",
    name: "<value>",
    isDeleted: false,
  },
  tokenType: "<value>",
  ipAddress: "90.165.65.1",
  additionalInfo: "<value>",
  userAgent: "<value>",
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

resource

string

✔️

N/A

action

string

✔️

N/A

actor

✔️

Represents an actor (user) in audit logs

client

string

✔️

N/A

timestamp

string

✔️

N/A

timezone

string

✔️

N/A

team

✔️

Represents a team in audit logs

tokenType

string

✔️

N/A

ipAddress

string

✔️

N/A

additionalInfo

string

✔️

N/A

userAgent

string

✔️

N/A

Last updated