TestimoX

API Reference

Class

LdapToolObjectResolveQueryResult

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers sealed

Batched object-resolve query result.

Inheritance

  • Object
  • LdapToolObjectResolveQueryResult

Constructors

public LdapToolObjectResolveQueryResult() #

Properties

public String DomainController { get; set; } #

Domain controller used for query execution.

public String SearchBaseDn { get; set; } #

Search base distinguished name used for query execution.

public String IdentityKind { get; set; } #

Identity interpretation mode used by execution.

public String Kind { get; set; } #

Object kind selector used by execution.

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

Requested attributes.

public Int32 MaxInputs { get; set; } #

Maximum identities processed for this call.

public Int32 MaxValuesPerAttribute { get; set; } #

Maximum values returned for multi-valued attributes.

public Int32 InputsTotal { get; set; } #

Total identities supplied by the caller before local caps were applied.

public Int32 InputsProcessed { get; set; } #

Number of identities processed by execution.

public Boolean InputsTruncated { get; set; } #

True when the caller truncated inputs before execution.

public Int64 Resolved { get; set; } #

Resolved row count.

public Int64 NotFound { get; set; } #

Not-found row count.

public Int64 Unsupported { get; set; } #

Unsupported row count.

public Int64 Errors { get; set; } #

Error row count.

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

Attributes where values were truncated due to value caps.

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

Execution notes.

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

Resolve rows ordered by input list order.