Package version:

Type alias GovernanceRuleConditionOperator

GovernanceRuleConditionOperator: string

Defines values for GovernanceRuleConditionOperator.
KnownGovernanceRuleConditionOperator can be used interchangeably with GovernanceRuleConditionOperator, this enum contains the known values that the service supports.

Known values supported by the service

Equals: Checks that the string value of the data defined in Property equals the given value - exact fit
In: Checks that the string value of the data defined in Property equals any of the given values (exact fit)

Generated using TypeDoc