GetTenantResponse
| Detail | Value |
|---|---|
| Namespace | PSImmyBot.Models |
| Kind | Class |
| Assembly | PSImmyBot |
| Base Type | object |
| Implements | IEquatable<GetTenantResponse> |
| Source | Models/GetTenantResponse.cs |
Overview
GetTenantResponse is a Class from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.
Structure
| Property | Type | Nullable | Notes |
|---|---|---|---|
| Active | bool |
No (value type) | — |
| AzureTenantLink | AzureTenantLinkResponse | Reference type (nullable) | — |
| CreatedBy | int? |
Yes (nullable value type) | — |
| CreatedDateUtc | DateTimeOffset |
No (value type) | — |
| Id | int |
No (value type) | — |
| IsMsp | bool |
No (value type) | — |
| MarkedForDeletionAtUtc | DateTimeOffset? |
Yes (nullable value type) | — |
| Name | string |
Reference type (nullable) | — |
| OwnerTenantId | int? |
Yes (nullable value type) | — |
| ParentTenantId | int? |
Yes (nullable value type) | — |
| Slug | string |
Reference type (nullable) | — |
| TenantTagIds | ICollection<int> |
Reference type (nullable) | — |
| TenantTagNames | ICollection<string> |
Reference type (nullable) | — |
| UpdatedBy | int? |
Yes (nullable value type) | — |
| UpdatedDateUtc | DateTimeOffset |
No (value type) | — |
Serialization
- Namespace:
PSImmyBot.Models - Source file:
Models/GetTenantResponse.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.