API Reference
Class
LdapToolSpnSearchQueryRequest
Request for SPN-search query execution.
Inheritance
- Object
- LdapToolSpnSearchQueryRequest
Constructors
public LdapToolSpnSearchQueryRequest() #Inherited Methods
Properties
public String SpnContains { get; set; } #Optional SPN substring filter.
public String SpnExact { get; set; } #Optional exact SPN filter.
public String Kind { get; set; } #Object kind selector: any, user, or computer.
public Boolean EnabledOnly { get; set; } #When true, disabled accounts are excluded.
public String DomainController { get; set; } #Optional explicit domain controller.
public String SearchBaseDn { get; set; } #Search base distinguished name.
public Int32 MaxResults { get; set; } #Maximum rows requested.
public Int32 MaxValuesPerAttribute { get; set; } #Maximum values per multi-valued attribute.
public IReadOnlyList<String> Attributes { get; set; } #Attributes to return.