Skip to content

GetPersonResponse

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

Overview

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

Structure

Property Type Nullable Notes
AdditionalComputers ICollection<GetComputerResponse> Reference type (nullable)
AzurePrincipalId string Reference type (nullable)
CreatedBy int? Yes (nullable value type)
CreatedDateUtc DateTimeOffset No (value type)
DisplayName string Reference type (nullable)
EmailAddress string Reference type (nullable)
FirstName string Reference type (nullable)
Id int No (value type)
LastName string Reference type (nullable)
PrimaryComputers ICollection<GetComputerResponse> Reference type (nullable)
TenantId int No (value type)
UpdatedBy int? Yes (nullable value type)
UpdatedDateUtc DateTimeOffset No (value type)
User GetUserResponse Reference type (nullable)
UserAffinities ICollection<GetUserAffinityResponse> Reference type (nullable)

Serialization

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