ignoreControlIds

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


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