Skip to content

MaintenanceActionReason

Detail Value
Namespace PSImmyBot.Models
Kind Enum
Assembly PSImmyBot
Base Type Enum
Implements IComparable, IConvertible, IFormattable, ISpanFormattable
Source Models/MaintenanceActionReason.cs

Overview

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

Underlying type

  • int

Members

Name Value
SoftwareMissing 0
UpdateAvailable 1
UpToDate 2
NotAssigned 3
TestFailed 4
SoftwareDetected 5
OlderVersionRequired 6
NoApplicableSoftwareVersion 7
NoAction 8
Undetermined 9
TaskEnforce 10
TaskAudit 11
TaskMonitor 12
TaskNotCompliant 13
TaskCompliant 14
DeviceOffline 15
RepairTriggered 16

Serialization

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