Skip to content

MaintenanceEmailConfiguration

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

Overview

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

Structure

Property Type Nullable Notes
SendDetectionEmail bool No (value type)
SendDetectionEmailWhenAllActionsAreCompliant bool No (value type)
SendFollowUpEmail bool No (value type)
SendFollowUpOnlyIfActionNeeded bool No (value type)
ShowMaintenanceActions bool No (value type)
ShowPostponeButton bool No (value type)
ShowRunNowButton bool No (value type)

Serialization

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