oauthScopes

@JvmName(name = "sguvnehpcgmhdfch")
suspend fun oauthScopes(value: Output<List<String>>)
@JvmName(name = "mnevmeddnbqsbybn")
suspend fun oauthScopes(value: List<String>)

Parameters

value

The OAuth scopes required for OAuth type authentication.


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


@JvmName(name = "jrhvhidwjnmdouhv")
suspend fun oauthScopes(values: List<Output<String>>)
@JvmName(name = "loqujewfscrctluj")
suspend fun oauthScopes(vararg values: String)

Parameters

values

The OAuth scopes required for OAuth type authentication.