ignoreControlIds

@JvmName(name = "vycpudunsrholfxi")
suspend fun ignoreControlIds(value: Output<List<String>>)
@JvmName(name = "olxxblxnamvwueqc")
suspend fun ignoreControlIds(value: List<String>?)

Parameters

value

Condition ignore specifications. If multiple ignore conditions match, all matching ignore controls in the list will execute. - Order does not matter. - Maximum number of specifications is 100. Can only be set if solution_types is SOLUTION_TYPE_SEARCH.


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


@JvmName(name = "xharfbpfsbydlqih")
suspend fun ignoreControlIds(values: List<Output<String>>)
@JvmName(name = "cotinbduxjumtaml")
suspend fun ignoreControlIds(vararg values: String)

Parameters

values

Condition ignore specifications. If multiple ignore conditions match, all matching ignore controls in the list will execute. - Order does not matter. - Maximum number of specifications is 100. Can only be set if solution_types is SOLUTION_TYPE_SEARCH.