oauthScopes

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

Parameters

value

The OAuth scopes required for OAuth type authentication.


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


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

Parameters

values

The OAuth scopes required for OAuth type authentication.