enabledWhenScopes

@JvmName(name = "bgqxxhkfpabqhfnf")
suspend fun enabledWhenScopes(value: Output<List<String>>)
@JvmName(name = "junnfisddntchfkb")
suspend fun enabledWhenScopes(value: List<String>?)

Parameters

value

A list of scopes. The attribute will only be enabled when these scopes are requested by clients.


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


@JvmName(name = "sgufhrhgpywhmhhi")
suspend fun enabledWhenScopes(values: List<Output<String>>)
@JvmName(name = "alflyyhaarxkyfsj")
suspend fun enabledWhenScopes(vararg values: String)

Parameters

values

A list of scopes. The attribute will only be enabled when these scopes are requested by clients.