requiredFindingLabelKeys

@JvmName(name = "kkunsnyfvjrvdwoe")
suspend fun requiredFindingLabelKeys(value: Output<List<String>>)
@JvmName(name = "mtufkryjrugtggng")
suspend fun requiredFindingLabelKeys(value: List<String>?)

Parameters

value

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?. No more than 10 keys can be required.


@JvmName(name = "rbljovtqifrdfkuc")
suspend fun requiredFindingLabelKeys(vararg values: Output<String>)


@JvmName(name = "hqasddojpljpdbyx")
suspend fun requiredFindingLabelKeys(values: List<Output<String>>)
@JvmName(name = "umevtrlfcgwnkvdn")
suspend fun requiredFindingLabelKeys(vararg values: String)

Parameters

values

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?. No more than 10 keys can be required.