restrictedVisibilityLevels

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


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