oauthScopes

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

Parameters

value

The OAuth scopes required for OAuth type authentication.


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


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

Parameters

values

The OAuth scopes required for OAuth type authentication.