circle-info
Squadcast is now SolarWinds Incident Response

V3RunbooksUpdationInfo

Represents information about the creation or updation of an entity.

Example Usage

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

let value: V3RunbooksUpdationInfo = {
  userName: "Katelyn.Gottlieb",
  usernameForDisplay: "<value>",
  userId: "<id>",
  at: new Date("2024-01-23T11:29:53.905Z"),
};

Fields

Field
Type
Required
Description

userName

string

✔️

The full name of the user who performed the action.

usernameForDisplay

string

✔️

The display name of the user who performed the action.

userId

string

✔️

The ID of the user who performed the action.

at

✔️

The timestamp of the action.

entityOwner

The owner of the entity at the time of the action.

Last updated