TestimoX

API Reference

Class

PrivilegedEmailSnapshot

Namespace ADPlayground.Infrastructure.PrivilegedEmailService
Assembly ADPlayground
Modifiers sealed

Snapshot of privileged accounts and their email presence for a single domain.

Inheritance

  • Object
  • PrivilegedEmailSnapshot

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

public String DomainName { get; set; } #

DNS name of the domain represented by this snapshot.

public IReadOnlyList<PrivilegedAccountEmailInfo> Items { get; set; } #

Per-account email details.

public IReadOnlyList<PrivilegedAccountEmailInfo> Missing { get; } #

Privileged accounts missing the mail attribute.