API Reference
Class
DelegationEntry
Represents an account configured for delegation.
Inheritance
- Object
- DelegationEntry
Remarks
See usage examples in the unit tests for typical scenarios.
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
Accepted by parameters
Constructors
public DelegationEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Gets or sets the domain name.
public String SamAccountName { get; set; } #Gets or sets the SAM account name.
public String DistinguishedName { get; set; } #Gets or sets the distinguished name.
public IReadOnlyList<String> Targets { get; set; } #Gets or sets the target service principal names.
public String DisplayName { get; set; } #Gets or sets the display name.
public Boolean Enabled { get; set; } #Gets or sets whether the account is enabled.
public DelegationAccountType AccountType { get; set; } #Gets or sets the account type.
public String FriendlySummary { get; } #Gets a user friendly summary of the entry.