TestimoX

API Reference

Class

DelegationEntry

Namespace ADPlayground
Assembly ADPlayground

Represents an account configured for delegation.

Inheritance

  • Object
  • DelegationEntry

Remarks

See usage examples in the unit tests for typical scenarios.

Constructors

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.