requiredFindingLabelKeys property

List<String>? requiredFindingLabelKeys
getter/setter pair

These are labels that each inspection request must include within their 'finding_labels' map.

Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])?. No more than 10 keys can be required.

Implementation

core.List<core.String>? requiredFindingLabelKeys;