oAuthScopes

@JvmName(name = "alsfbojwsfpmcxdr")
suspend fun oAuthScopes(value: Output<List<String>>)
@JvmName(name = "lkrtuxdslooxxjgn")
suspend fun oAuthScopes(value: List<String>?)

Parameters

value

The OAuth scopes required for OAuth type authentication.


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


@JvmName(name = "qwbkwdihtnwwcuja")
suspend fun oAuthScopes(values: List<Output<String>>)
@JvmName(name = "vwcgstlrlfkvacgd")
suspend fun oAuthScopes(vararg values: String)

Parameters

values

The OAuth scopes required for OAuth type authentication.