TestimoX

API Reference

Class

LdapToolAdLdapQueryResult

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers sealed

Result for ad_ldap_query execution.

Inheritance

  • Object
  • LdapToolAdLdapQueryResult

Constructors

Properties

public String DomainController { get; set; } #

Domain controller used by execution.

public String SearchBaseDn { get; set; } #

Search base distinguished name used by execution.

public String LdapFilter { get; set; } #

LDAP filter used by execution.

public String Scope { get; set; } #

Scope string used by execution.

public Int32 MaxResults { get; set; } #

Maximum rows requested.

public Int32 MaxAttributes { get; set; } #

Maximum attributes requested.

public Int32 MaxValuesPerAttribute { get; set; } #

Maximum values per multi-valued attribute.

public Int32 Count { get; set; } #

Returned row count.

public Boolean LimitReached { get; set; } #

True when result set reached a configured limit.

public IReadOnlyList<String> Attributes { get; set; } #

Resolved attribute list used by execution.

public IReadOnlyList<LdapToolOutputRow> Results { get; set; } #

Projected rows.