OSPolicyResourceFile
import type { OSPolicyResourceFile } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";
A remote or local file.
interface OSPolicyResourceFile {
allowInsecure?: boolean;
gcs?: OSPolicyResourceFileGcs;
localPath?: string;
remote?: OSPolicyResourceFileRemote;
}§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.
§
remote?: OSPolicyResourceFileRemote
[src]A generic remote file.