TestimoX

API Reference

Class

LdapToolObjectGetPolicy

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers static

Attribute selection policy for LDAP object-get queries.

Inheritance

  • Object
  • LdapToolObjectGetPolicy

Remarks

Keeps object-get defaults and allowlist in ADPlayground so wrappers can stay thin.

Methods

public static IReadOnlyList<String> ResolveAttributes(LdapToolObjectKind kind, IEnumerable<String> requestedAttributes) #
Returns: IReadOnlyList<String>

Resolves object-get attributes based on kind and optional requested attributes.

Parameters

kind ADPlayground.Helpers.LdapToolObjectKind requiredposition: 0
requestedAttributes System.Collections.Generic.IEnumerable{System.String} requiredposition: 1

Fields

public static readonly HashSet<String> AllowedAttributes #

Allowlisted attributes for object-get projections.