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

OSPolicyAssignmentReport

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

A report of the OS policy assignment status for a given instance.

interface OSPolicyAssignmentReport {
instance?: string;
lastRunId?: string;
name?: string;
osPolicyAssignment?: string;
updateTime?: Date;
}

§Properties

§
instance?: string
[src]

The Compute Engine VM instance name.

§
lastRunId?: string
[src]

Unique identifier of the last attempted run to apply the OS policies associated with this assignment on the VM. This ID is logged by the OS Config agent while applying the OS policies associated with this assignment on the VM. NOTE: If the service is unable to successfully connect to the agent for this run, then this id will not be available in the agent logs.

§
name?: string
[src]

The OSPolicyAssignmentReport API resource name. Format: projects/{project_number}/locations/{location}/instances/{instance_id}/osPolicyAssignments/{os_policy_assignment_id}/report

§
osPolicyAssignment?: string
[src]

Reference to the OSPolicyAssignment API resource that the OSPolicy belongs to. Format: projects/{project_number}/locations/{location}/osPolicyAssignments/{os_policy_assignment_id@revision_id}

§

Compliance data for each OSPolicy that is applied to the VM.

§
updateTime?: Date
[src]

Timestamp for when the report was last generated.