ignoreControlIds

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


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