requiredFindingLabelKeys

@JvmName(name = "tthgitokopjreemb")
suspend fun requiredFindingLabelKeys(value: Output<List<String>>)
@JvmName(name = "jxbsvnmexbfgkqlt")
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 = "csxagqoteewdmhiw")
suspend fun requiredFindingLabelKeys(vararg values: Output<String>)


@JvmName(name = "elcflapkobioqovo")
suspend fun requiredFindingLabelKeys(values: List<Output<String>>)
@JvmName(name = "onpljhvbwjnprklh")
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.