SetupFunctionUpgradeConfigRequest
import type { SetupFunctionUpgradeConfigRequest } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";Request for the SetupFunctionUpgradeConfig method.
interface SetupFunctionUpgradeConfigRequest {
triggerServiceAccount?: string;
}§Properties
§
triggerServiceAccount?: string
[src]Optional. The trigger's service account. The service account must have
permission to invoke Cloud Run services, the permission is
run.routes.invoke. If empty, defaults to the Compute Engine default
service account: {project_number}-compute@developer.gserviceaccount.com.