Skip to content

DeviceDetails

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

Overview

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

Structure

Property Type Nullable Notes
AzureTenantId string Reference type (nullable)
ChassisTypes ICollection<int> Reference type (nullable)
DeviceId Guid? Yes (nullable value type)
DeviceName string Reference type (nullable)
Domain string Reference type (nullable)
DomainRole int? Yes (nullable value type)
IsSandbox bool No (value type)
MachineId string Reference type (nullable)
Manufacturer string Reference type (nullable)
OperatingSystemName string Reference type (nullable)
OsInstallDateUtc DateTimeOffset? Yes (nullable value type)
SerialNumber string Reference type (nullable)

Serialization

  • Namespace: PSImmyBot.Models
  • Source file: Models/DeviceDetails.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.