GetProviderAgentResponse
| Detail | Value |
|---|---|
| Namespace | PSImmyBot.Models |
| Kind | Class |
| Assembly | PSImmyBot |
| Base Type | object |
| Implements | IEquatable<GetProviderAgentResponse> |
| Source | Models/GetProviderAgentResponse.cs |
Overview
GetProviderAgentResponse is a Class from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.
Structure
| Property | Type | Nullable | Notes |
|---|---|---|---|
| AgentVersion | SemanticVersion | Reference type (nullable) | — |
| ComputerId | int? |
Yes (nullable value type) | — |
| DeviceDetails | DeviceDetails | Reference type (nullable) | — |
| DeviceUpdateFormData | object |
Reference type (nullable) | — |
| ExternalAgentId | string |
Reference type (nullable) | — |
| ExternalClientId | string |
Reference type (nullable) | — |
| ExternalClientName | string |
Reference type (nullable) | — |
| Id | int |
No (value type) | — |
| InternalData | object |
Reference type (nullable) | — |
| IsOnline | bool |
No (value type) | — |
| LastUpdatedUtc | DateTimeOffset |
No (value type) | — |
| OnboardingOptions | AgentOnboardingOptions | Reference type (nullable) | — |
| ProviderLinkId | int |
No (value type) | — |
| ProviderTypeId | Guid |
No (value type) | — |
| RequireManualIdentification | bool |
No (value type) | — |
| RunScriptPriority | int |
No (value type) | — |
| SupportsRunningScripts | bool |
No (value type) | — |
Serialization
- Namespace:
PSImmyBot.Models - Source file:
Models/GetProviderAgentResponse.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.