API Reference
Class
LdapToolDelegationAuditRow
Delegation-audit row for a single AD object.
Inheritance
- Object
- LdapToolDelegationAuditRow
Constructors
public LdapToolDelegationAuditRow() #Inherited Methods
Properties
public String DistinguishedName { get; set; } #Object distinguished name.
public String SamAccountName { get; set; } #sAMAccountName.
public String UserPrincipalName { get; set; } #userPrincipalName.
public String DnsHostName { get; set; } #dNSHostName.
public String WhenCreatedUtc { get; set; } #whenCreated parsed as UTC ISO-8601 string when available.
public Int32 UserAccountControl { get; set; } #Raw userAccountControl value.
public Boolean Enabled { get; set; } #True when account is enabled.
public Boolean UnconstrainedDelegation { get; set; } #True when unconstrained delegation is set.
public Boolean ProtocolTransition { get; set; } #True when protocol transition is set.
public Boolean NotDelegated { get; set; } #True when account is marked "sensitive and cannot be delegated".
public Boolean ConstrainedDelegation { get; set; } #True when constrained delegation targets are present.
public IReadOnlyList<String> MsdsAllowedToDelegateTo { get; set; } #Optional constrained delegation targets.
public Nullable<Int32> SpnCount { get; set; } #Optional SPN count.
public IReadOnlyList<String> ServicePrincipalName { get; set; } #Optional SPN values.