API Reference
Class
ComputerDataRequirement
Requirement for computer-related data used by a rule.
Inheritance
- Object
- ComputerDataRequirement
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 RuleDataRequirements.Computers
Accepted by parameters
- Extension method RuleBuilder.RequiresComputers
- Method RuleBuilderExtensions.RequiresComputers
Constructors
public ComputerDataRequirement() #Inherited Methods
Properties
public ComputerProperties PropertySet { get; set; } #Desired attribute set to retrieve.
public Boolean NeedDelegationAttrs { get; set; } #Whether delegation-related attributes are required.
public Boolean NeedEncTypes { get; set; } #Whether encryption-type flags are required.
public Boolean NeedRbcd { get; set; } #Whether RBCD (resource-based constrained delegation) attributes are required.
public Boolean NeedLaps { get; set; } #Whether LAPS attributes are required.
public Boolean NeedTrueLastLogon { get; set; } #Whether true last logon timestamps are required.