requiredFindingLabelKeys

@JvmName(name = "yragkfarmomtjlcm")
suspend fun requiredFindingLabelKeys(value: Output<List<String>>)
@JvmName(name = "huixadngyvwjmkdo")
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]([-a-z0-9]*[a-z0-9])?. No more than 10 keys can be required.


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


@JvmName(name = "eleayoayrrqvusxe")
suspend fun requiredFindingLabelKeys(values: List<Output<String>>)
@JvmName(name = "xwrgjsbprsxpyrmx")
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]([-a-z0-9]*[a-z0-9])?. No more than 10 keys can be required.