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

OSPolicyResourcePackageResource

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

A resource that manages a system package.

interface OSPolicyResourcePackageResource {
desiredState?: "DESIRED_STATE_UNSPECIFIED" | "INSTALLED" | "REMOVED";
}

§Properties

§

A package managed by Apt.

§
desiredState?: "DESIRED_STATE_UNSPECIFIED" | "INSTALLED" | "REMOVED"
[src]

Required. The desired state the agent should maintain for this package.

§

A package managed by GooGet.

§

A package managed by YUM.

§

A package managed by Zypper.