GetComputerResponse
| Detail | Value |
|---|---|
| Namespace | PSImmyBot.Models |
| Kind | Class |
| Assembly | PSImmyBot |
| Base Type | object |
| Implements | IEquatable<GetComputerResponse> |
| Source | Models/GetComputerResponse.cs |
Overview
GetComputerResponse is a Class from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.
Structure
| Property | Type | Nullable | Notes |
|---|---|---|---|
| AdditionalPersons | ICollection<GetPersonResponse> | Reference type (nullable) | — |
| Agents | ICollection<GetProviderAgentResponse> | Reference type (nullable) | — |
| ComputerName | string |
Reference type (nullable) | — |
| ComputerTagIds | ICollection<int> |
Reference type (nullable) | — |
| DetectionOutdated | bool |
No (value type) | — |
| DeviceId | Guid |
No (value type) | — |
| DevLabVmClaimExpirationDateUtc | DateTimeOffset? |
Yes (nullable value type) | — |
| DevLabVmUnclaimed | bool |
No (value type) | — |
| EphemeralAgentConnected | bool |
No (value type) | — |
| ExcludedFromUserAffinity | bool |
No (value type) | — |
| ExcludeFromMaintenance | bool |
No (value type) | — |
| Id | int |
No (value type) | — |
| Inventory | object |
Reference type (nullable) | — |
| IsDesktop | bool? |
Yes (nullable value type) | — |
| IsDevLab | bool |
No (value type) | — |
| IsDomainController | bool? |
Yes (nullable value type) | — |
| IsMissingSomeRequiredInventoryResults | bool? |
Yes (nullable value type) | — |
| IsOnline | bool |
No (value type) | — |
| IsPortable | bool? |
Yes (nullable value type) | — |
| IsSandbox | bool |
No (value type) | — |
| IsServer | bool? |
Yes (nullable value type) | — |
| Licensed | bool |
No (value type) | — |
| Notes | string |
Reference type (nullable) | — |
| OnboardingStatus | ComputerOnboardingStatus | No (value type) | — |
| PrimaryPerson | GetPersonResponse | Reference type (nullable) | — |
| PrimaryPersonId | int? |
Yes (nullable value type) | — |
| Sessions | ICollection<GetMaintenanceSessionResponse> | Reference type (nullable) | — |
| Tenant | GetTenantResponse | Reference type (nullable) | — |
| TenantId | int |
No (value type) | — |
| TenantName | string |
Reference type (nullable) | — |
Serialization
- Namespace:
PSImmyBot.Models - Source file:
Models/GetComputerResponse.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.