repositoryIds

@JvmName(name = "ciufuxgqqiutignh")
suspend fun repositoryIds(value: Output<List<Int>>)
@JvmName(name = "jylkrcwunluroetn")
suspend fun repositoryIds(value: List<Int>?)

Parameters

value

The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. Conflicts with repository_name.


@JvmName(name = "ojdglgiorjexakmf")
suspend fun repositoryIds(vararg values: Output<Int>)


@JvmName(name = "pydrwfckgdvvhpch")
suspend fun repositoryIds(values: List<Output<Int>>)
@JvmName(name = "tokitlamvuuuitcy")
suspend fun repositoryIds(vararg values: Int)

Parameters

values

The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. Conflicts with repository_name.