tokenScopes

@JvmName(name = "qhhxthkxmrmilnri")
suspend fun tokenScopes(value: Output<List<String>>)
@JvmName(name = "ltawyylnfnqjmpyj")
suspend fun tokenScopes(value: List<String>?)

Parameters

value

List of OAuth scopes to assign to access tokens generated under this impersonated account.


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


@JvmName(name = "pqwlkmyntugfanby")
suspend fun tokenScopes(values: List<Output<String>>)
@JvmName(name = "svhujbpbbsqxsimd")
suspend fun tokenScopes(vararg values: String)

Parameters

values

List of OAuth scopes to assign to access tokens generated under this impersonated account.