scopes

@JvmName(name = "hpqjmvvgqqgoyxfc")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "xgqmnifuwahfupvq")
suspend fun scopes(value: List<String>?)

Parameters

value

A list of the scopes that should be requested while authenticating.


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


@JvmName(name = "xnwbxvgxkqjyfgxm")
suspend fun scopes(values: List<Output<String>>)
@JvmName(name = "jlvpngmhsqydjiqj")
suspend fun scopes(vararg values: String)

Parameters

values

A list of the scopes that should be requested while authenticating.