compliantValues property

List<String>? compliantValues
getter/setter pair

Values that can resolve the violation For example: for list org policy violations, this will either be the list of allowed or denied values

Implementation

core.List<core.String>? compliantValues;