scopes

@JvmName(name = "aqciyltyupdgabrx")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "ohnyreokvkfemffk")
suspend fun scopes(value: List<String>)

Parameters

value

A list of service scopes. Both OAuth2 URLs and gcloud short names are supported. To allow full access to all Cloud APIs, use the cloud-platform scope. See a complete list of scopes here.


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


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

Parameters

values

A list of service scopes. Both OAuth2 URLs and gcloud short names are supported. To allow full access to all Cloud APIs, use the cloud-platform scope. See a complete list of scopes here.