Skip to content

ComputerListViewModel

Detail Value
Namespace PSImmyBot.Models
Kind Class
Assembly PSImmyBot
Base Type object
Implements IEquatable<ComputerListViewModel>
Source Models/ComputerListViewModel.cs

Overview

ComputerListViewModel is a Class from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.

Structure

Property Type Nullable Notes
ActiveSessionId int? Yes (nullable value type)
ActiveSessionStatus SessionStatus? Yes (nullable value type)
ChassisTypes ICollection<int> Reference type (nullable)
ComputerName string Reference type (nullable)
ComputerTagIds ICollection<int> Reference type (nullable)
CreatedDate DateTimeOffset No (value type)
DeletedAt DateTimeOffset? Yes (nullable value type)
DeviceId Guid No (value type)
DevLabVmClaimExpirationDateUtc DateTimeOffset? Yes (nullable value type)
DevLabVmName string Reference type (nullable)
DevLabVmUnclaimed bool No (value type)
Domain string Reference type (nullable)
DomainRole int? Yes (nullable value type)
ExcludeFromMaintenance bool No (value type)
ExternalIpAddress string Reference type (nullable)
HasPendingReboot bool? Yes (nullable value type)
Id int No (value type)
InternalIpAddress string Reference type (nullable)
IsDevLab bool No (value type)
IsOnline bool? Yes (nullable value type)
IsSandbox bool No (value type)
LastBootTimeUtc string Reference type (nullable)
LastLoggedOnUser string Reference type (nullable)
LastProviderAgentEventDateUtc DateTimeOffset? Yes (nullable value type)
Licensed bool? Yes (nullable value type)
Manufacturer string Reference type (nullable)
Model string Reference type (nullable)
Notes string Reference type (nullable)
OnboardingStatus ComputerOnboardingStatus No (value type)
OperatingSystem string Reference type (nullable)
PrimaryPersonId int? Yes (nullable value type)
PrimaryUserEmail string Reference type (nullable)
PrimaryUserFirstName string Reference type (nullable)
PrimaryUserLastName string Reference type (nullable)
ProviderLinkIds ICollection<int> Reference type (nullable)
SerialNumber string Reference type (nullable)
TenantId int No (value type)
TenantName string Reference type (nullable)

Serialization

  • Namespace: PSImmyBot.Models
  • Source file: Models/ComputerListViewModel.cs
  • Serializer: System.Text.Json

Notes

This page was generated automatically from the compiled PSImmyBot assembly via HelperScripts/GenerateDocs.ps1. Regenerate after model changes to keep details current.