Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SourceProvenance

import type { SourceProvenance } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";

Provenance of the source. Ways to find the original source, or verify that some source was used for this build.

interface SourceProvenance {
gitUri?: string;
resolvedRepoSource?: RepoSource;
resolvedStorageSource?: StorageSource;
}

§Properties

§
gitUri?: string
[src]

A copy of the build's source.git_uri, if exists, with any commits resolved.

§
resolvedRepoSource?: RepoSource
[src]

A copy of the build's source.repo_source, if exists, with any revisions resolved.

§
resolvedStorageSource?: StorageSource
[src]

A copy of the build's source.storage_source, if exists, with any generations resolved.