GetAuthResponse
| Detail | Value |
|---|---|
| Namespace | PSImmyBot.Models |
| Kind | Class |
| Assembly | PSImmyBot |
| Base Type | object |
| Implements | IEquatable<GetAuthResponse> |
| Source | Models/GetAuthResponse.cs |
Overview
GetAuthResponse is a Class from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.
Structure
| Property | Type | Nullable | Notes |
|---|---|---|---|
| Addons | ICollection<SubscriptionAddonDto> | Reference type (nullable) | — |
| BackendRegAppId | string |
Reference type (nullable) | — |
| CanManageCrossTenantDeployments | bool |
No (value type) | — |
| Claims | ICollection<ClaimResponse> | Reference type (nullable) | — |
| CurrentReleaseReleaseChannel | ReleaseChannel | No (value type) | — |
| CurrentReleaseVersion | SemanticVersion | Reference type (nullable) | — |
| DaysLeftInTrial | int? |
Yes (nullable value type) | — |
| DevInstanceDetails | DevInstanceDetails | Reference type (nullable) | — |
| DisplayName | string |
Reference type (nullable) | — |
string |
Reference type (nullable) | — | |
| Features | ICollection<Feature> | Reference type (nullable) | — |
| FirstName | string |
Reference type (nullable) | — |
| GlobalPublicMediaContainerName | string |
Reference type (nullable) | — |
| GlobalSoftwareEndpoint | string |
Reference type (nullable) | — |
| HasManagementAccess | bool |
No (value type) | — |
| ImmyProduct | string |
Reference type (nullable) | — |
| Impersonating | bool |
No (value type) | — |
| InstanceReleaseChannel | ReleaseChannel | No (value type) | — |
| InstanceUpdateHasFailed | bool |
No (value type) | — |
| InstanceUpdateSource | string |
Reference type (nullable) | — |
| IsAdmin | bool |
No (value type) | — |
| IsImmense | bool |
No (value type) | — |
| IsImmySupportAccessEnabled | bool |
No (value type) | — |
| IsInstanceRestarting | bool |
No (value type) | — |
| IsInstanceUpdating | bool |
No (value type) | — |
| IsMsp | bool |
No (value type) | — |
| IsSupportTechnician | bool |
No (value type) | — |
| LastName | string |
Reference type (nullable) | — |
| LocalPublicMediaContainerName | string |
Reference type (nullable) | — |
| LocalSoftwareEndpoint | string |
Reference type (nullable) | — |
| MaximumTrackableComputers | int? |
Yes (nullable value type) | — |
| MaxRunningSessionCount | int |
No (value type) | — |
| OpenAccessRequestCount | int |
No (value type) | — |
| PersonId | int? |
Yes (nullable value type) | — |
| PlanId | string |
Reference type (nullable) | — |
| PlanPrice | int? |
Yes (nullable value type) | — |
| PlanQuantity | int? |
Yes (nullable value type) | — |
| Status | SubscriptionStatus | No (value type) | — |
| TenantId | int |
No (value type) | — |
| TenantName | string |
Reference type (nullable) | — |
| TrialEndUtc | DateTimeOffset? |
Yes (nullable value type) | — |
| TrialStartUtc | DateTimeOffset? |
Yes (nullable value type) | — |
| UpdateAvailable | bool |
No (value type) | — |
| UserId | int |
No (value type) | — |
| UserLevelAuthSelected | bool |
No (value type) | — |
Serialization
- Namespace:
PSImmyBot.Models - Source file:
Models/GetAuthResponse.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.