API Reference
Class
ResolveRow
One resolved row for a single input identity.
Inheritance
- Object
- ResolveRow
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.