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

OSPolicyResourceFileRemote

import type { OSPolicyResourceFileRemote } from "https://googleapis.deno.dev/v1/osconfig:v1.ts";

Specifies a file available via some URI.

interface OSPolicyResourceFileRemote {
sha256Checksum?: string;
uri?: string;
}

§Properties

§
sha256Checksum?: string
[src]

SHA256 checksum of the remote file.

§
uri?: string
[src]

Required. URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.