Skip to content

GetUserResponse

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

Overview

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

Structure

Property Type Nullable Notes
AzurePrincipalId string Reference type (nullable)
CanManageCrossTenantDeployments bool No (value type)
CompanyName string Reference type (nullable)
Email string Reference type (nullable)
ExpirationDateUtc DateTimeOffset? Yes (nullable value type)
HasManagementAccess bool No (value type)
Id int No (value type)
IsAdmin bool No (value type)
IsExpired bool No (value type)
IsMsp bool No (value type)
Name string Reference type (nullable)
PersonId int? Yes (nullable value type)
Roles ICollection<string> Reference type (nullable)
TenantId int No (value type)
Type string Reference type (nullable)

Serialization

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