restrictedVisibilityLevels

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


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