API Reference
Class
ResolveRow
One resolved row for a single input identity.
Inheritance
- Object
- ResolveRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ResolveResult.Rows
- Method ResolveRow.<Clone>$
Accepted by parameters
- Constructor ResolveResult.ResolveResult
- Method ResolveResult.Deconstruct
Constructors
public ResolveRow() #Methods
Inherited Methods
Properties
public String Input { get; set; } #Original input identity.
public String Status { get; set; } #Status: resolved, not_found, unsupported.
public String IdentityKind { get; set; } #Identity kind: dn, sid, unknown.
public String ResolvedDn { get; set; } #Resolved distinguished name when available.
public String Hint { get; set; } #Optional hint for unsupported or error cases.
public FormattedSearchResult Object { get; set; } #Resolved object attributes when status=resolved.