ignoreControlIds

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


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