API Reference
Class
PrivilegedEmailSnapshot
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.
Returned or exposed by
Constructors
public PrivilegedEmailSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.