validValuesExpr property

String? validValuesExpr
getter/setter pair

Provides a CEL expression to specify the acceptable parameter values during assignment.

For example, parameterName in ("parameterValue1", "parameterValue2")

Implementation

core.String? validValuesExpr;