TestimoX

API Reference

Class

PrivilegedAccountEmailInfo

Namespace ADPlayground.Infrastructure.PrivilegedEmailService
Assembly ADPlayground
Modifiers sealed

Email data associated with a privileged account.

Inheritance

  • Object
  • PrivilegedAccountEmailInfo

Constructors

Properties

public String DomainName { get; set; } #

DNS name of the domain that the account belongs to.

public String GroupName { get; set; } #

Name of the privileged group the account was found in.

public String AccountSid { get; set; } #

String SID of the account.

public String SamAccountName { get; set; } #

Account's sAMAccountName, if available.

public String UserPrincipalName { get; set; } #

User Principal Name (UPN), if available.

public String Mail { get; set; } #

Email address (mail attribute), if set.

public Boolean HasEmail { get; } #

True when the account has a non-empty email address.