Class RulesetRuleConditionsSubcondition
Inheritance
System.Object
RulesetRuleConditionsSubcondition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Pagerduty.Outputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class RulesetRuleConditionsSubcondition
Fields
View SourceOperator
Type of operator to apply to the sub-condition. Can be exists,nexists,equals,nequals,contains,ncontains,matches, or nmatches.
Declaration
public readonly string Operator
Field Value
| Type | Description |
|---|---|
| System.String |
Parameters
Parameter for the sub-condition. It requires both a path and value to be set.
Declaration
public readonly ImmutableArray<RulesetRuleConditionsSubconditionParameter> Parameters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<RulesetRuleConditionsSubconditionParameter> |