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

OSPolicyResourceFile

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

A remote or local file.

interface OSPolicyResourceFile {
allowInsecure?: boolean;
localPath?: string;
}

§Properties

§
allowInsecure?: boolean
[src]

Defaults to false. When false, files are subject to validations based on the file type: Remote: A checksum must be specified. Cloud Storage: An object generation number must be specified.

§

A Cloud Storage object.

§
localPath?: string
[src]

A local path within the VM to use.

§

A generic remote file.