repositoryIds

@JvmName(name = "fkhammnsqncmevii")
suspend fun repositoryIds(value: Output<List<Int>>)
@JvmName(name = "pgqklwcydhmqumjw")
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 = "lbdrhjakpislqrgh")
suspend fun repositoryIds(vararg values: Output<Int>)


@JvmName(name = "gqbtkgdwlcnhfgvq")
suspend fun repositoryIds(values: List<Output<Int>>)
@JvmName(name = "nbdvqvdtukthemfu")
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.