Skip to content

AzureTenantResponse

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

Overview

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

Structure

Property Type Nullable Notes
AzureTenantType AzTenantType No (value type)
ConsentDetails AzureTenantConsentDetails Reference type (nullable)
InfoSyncedFromAzure AzureTenantInfo Reference type (nullable)
LastGetTenantInfoSyncResult AzureSyncResult Reference type (nullable)
LastGetUsersSyncResult AzureSyncResult Reference type (nullable)
PartnerPrincipalId string Reference type (nullable)
PrincipalId string Reference type (nullable)

Serialization

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