Share via


PSSecurityAutomationTriggeringRule Class

Definition

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)

Applies to