ignoreControlIds

@JvmName(name = "wmflegujhuimbhfc")
suspend fun ignoreControlIds(value: Output<List<String>>)
@JvmName(name = "hecmfbtgdegwhoty")
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 = "gyqxnjbhapaqldfe")
suspend fun ignoreControlIds(vararg values: Output<String>)


@JvmName(name = "leomtkkaoqjufusi")
suspend fun ignoreControlIds(values: List<Output<String>>)
@JvmName(name = "cjfjlsjmchxtnntd")
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.