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

OSPolicyAssignmentInstanceFilterInventory

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

VM inventory details.

interface OSPolicyAssignmentInstanceFilterInventory {
osShortName?: string;
osVersion?: string;
}

§Properties

§
osShortName?: string
[src]

Required. The OS short name

§
osVersion?: string
[src]

The OS version Prefix matches are supported if asterisk(*) is provided as the last character. For example, to match all versions with a major version of 7, specify the following value for this field 7.* An empty string matches all OS versions.