Skip to content

AgentOnboardingOptions

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

Overview

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

Structure

Property Type Nullable Notes
AdditionalPersonIds ICollection<int> Reference type (nullable)
AutomaticallyOnboard bool No (value type)
IsDevLab bool No (value type)
OnboardingCorrelationId string Reference type (nullable)
OnboardingSessionAutoConsentToReboots bool No (value type)
OnboardingSessionPromptTimeoutAction PromptTimeoutAction No (value type)
OnboardingSessionPromptTimeoutMinutes int No (value type)
OnboardingSessionRebootPreference RebootPreference No (value type)
OnboardingSessionSendFollowUpEmail bool No (value type)
PrimaryPersonId int? Yes (nullable value type)
Tags ICollection<int> Reference type (nullable)

Serialization

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