condition property

String? condition
getter/setter pair

Org policy condition/expression.

For example: resource.instanceName.matches("(production|test)_(.+_)?[\d]+") or, resource.management.auto_upgrade == true The max length of the condition is 1000 characters.

Implementation

core.String? condition;