Show / Hide Table of Contents

Class RulesetRuleConditions

Inheritance
System.Object
RulesetRuleConditions
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 RulesetRuleConditions

Fields

View Source

Operator

Operator to combine sub-conditions. Can be and or or.

Declaration
public readonly string Operator
Field Value
Type Description
System.String
View Source

Subconditions

List of sub-conditions that define the the condition.

Declaration
public readonly ImmutableArray<RulesetRuleConditionsSubcondition> Subconditions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<RulesetRuleConditionsSubcondition>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.