defaultScopes

@JvmName(name = "tqvpqermjkagkufc")
suspend fun defaultScopes(value: Output<List<String>>)
@JvmName(name = "cvsfcufdibbhtuwh")
suspend fun defaultScopes(value: List<String>?)

Parameters

value

An array of client scope names to attach to this client.


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


@JvmName(name = "sdaraofukkesasmg")
suspend fun defaultScopes(values: List<Output<String>>)
@JvmName(name = "cwlkhoaracxydgcp")
suspend fun defaultScopes(vararg values: String)

Parameters

values

An array of client scope names to attach to this client.