API Reference
Class
SidHistoryQueryOptions
Options to filter SIDHistory results when querying users or groups.
Inheritance
- Object
- SidHistoryQueryOptions
Constructors
public SidHistoryQueryOptions() #Inherited Methods
Properties
public String Domain { get; set; } #DNS name of the domain to evaluate (optional).
public SidHistoryKind Kind { get; set; } #Kind of SIDHistory to include (any, same domain, foreign, dangerous).
public Int32 MinChainLength { get; set; } #Minimum SID chain length to include; 0 means no minimum.
public Int32 MaxChainLength { get; set; } #Maximum SID chain length to include; 0 means no maximum.
public String DomainSid { get; set; } #Optional domain SID to match (S-1-5-21-...); overrides DNS name when supplied.