restrictedVisibilityLevels

@JvmName(name = "ovvprollypwdwwlx")
suspend fun restrictedVisibilityLevels(value: Output<List<String>>)
@JvmName(name = "qfjirxjbdivcscdg")
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 = "utgneiehnybdjanc")
suspend fun restrictedVisibilityLevels(vararg values: Output<String>)


@JvmName(name = "gtyreradolmjjywp")
suspend fun restrictedVisibilityLevels(values: List<Output<String>>)
@JvmName(name = "mnlkacijxuvhodoq")
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.