API Reference
Class
LdapToolObjectGetPolicy
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
- requestedAttributes System.Collections.Generic.IEnumerable{System.String}
Inherited Methods
Fields
public static readonly HashSet<String> AllowedAttributes #Allowlisted attributes for object-get projections.