supportsIn property

bool? supportsIn
getter/setter pair

Indicates whether values grouped into categories can be used in Policy.allowed_values and Policy.denied_values.

For example, "in:Python" would match any value in the 'Python' group.

Implementation

core.bool? supportsIn;