enabledWhenScopes

@JvmName(name = "jnkogstuxnitavwr")
suspend fun enabledWhenScopes(value: Output<List<String>>)
@JvmName(name = "tjgytobrcxhqefcd")
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 = "vbjlnbwlbsxbggrv")
suspend fun enabledWhenScopes(vararg values: Output<String>)


@JvmName(name = "amhmolxxiooiprmg")
suspend fun enabledWhenScopes(values: List<Output<String>>)
@JvmName(name = "mudvrfrqvkckmwra")
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.