scopes

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

Parameters

value

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


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


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

Parameters

values

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