restrictedVisibilityLevels

@JvmName(name = "qfrqijkqwbiomwea")
suspend fun restrictedVisibilityLevels(value: Output<List<String>>)
@JvmName(name = "tjsjdvdttfabilcl")
suspend fun restrictedVisibilityLevels(value: List<String>?)

Parameters

value

Selected levels cannot be used by non-Administrator users for groups, projects or snippets. Can take private, internal and public as a parameter. Null means there is no restriction.


@JvmName(name = "tojdrtpufdtrmbyu")
suspend fun restrictedVisibilityLevels(vararg values: Output<String>)


@JvmName(name = "lgonxjqjnneclnrk")
suspend fun restrictedVisibilityLevels(values: List<Output<String>>)
@JvmName(name = "jmtofjppccvpesxk")
suspend fun restrictedVisibilityLevels(vararg values: String)

Parameters

values

Selected levels cannot be used by non-Administrator users for groups, projects or snippets. Can take private, internal and public as a parameter. Null means there is no restriction.