scopes

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

Parameters

value

The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.


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


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

Parameters

values

The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.