PSSecurityAutomationTriggeringRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class PSSecurityAutomationTriggeringRule
type PSSecurityAutomationTriggeringRule = class
Public Class PSSecurityAutomationTriggeringRule
- Inheritance
-
PSSecurityAutomationTriggeringRule
Constructors
PSSecurityAutomationTriggeringRule() |
Properties
ExpectedValue |
Gets or sets the expected value. |
OperatorProperty |
Gets or sets a valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType. Possible values include: 'Equals', 'GreaterThan', 'GreaterThanOrEqualTo', 'LesserThan', 'LesserThanOrEqualTo', 'NotEquals', 'Contains', 'StartsWith', 'EndsWith' |
PropertyJPath |
Gets or sets the JPath of the entity model property that should be checked. |
PropertyType |
Gets or sets the data type of the compared operands (string, integer, floating point number or a boolean [true/false]]. Possible values include: 'String', 'Integer', 'Number', 'Boolean' |
Extension Methods
ConvertToAutomationType(PSSecurityAutomationTriggeringRule) |