API Reference
Class
PrivilegedAccountEmailInfo
Email data associated with a privileged account.
Inheritance
- Object
- PrivilegedAccountEmailInfo
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
- Property PrivilegedEmailSnapshot.Items
- Property PrivilegedEmailSnapshot.Missing
Constructors
public PrivilegedAccountEmailInfo() #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 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.