API Reference
Class
Finding (SmartCardPostureService)
Represents a finding for a user missing expected posture or failing age threshold.
Inheritance
- Object
- Finding
Constructors
public Finding(String distinguishedName, String samAccountName, Nullable<Int32> passwordLastChangedDays) #Creates a new finding.
Parameters
- distinguishedName System.String
- Distinguished name of the user.
- samAccountName System.String
- sAMAccountName of the user.
- passwordLastChangedDays System.Nullable{System.Int32}
- Days since password last set; null when unknown.