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

OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceOSPolicyResourceConfigStep

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

Step performed by the OS Config agent for configuring an OSPolicy resource to its desired state.

interface OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceOSPolicyResourceConfigStep {
errorMessage?: string;
type?:
| "TYPE_UNSPECIFIED"
| "VALIDATION"
| "DESIRED_STATE_CHECK"
| "DESIRED_STATE_ENFORCEMENT"
| "DESIRED_STATE_CHECK_POST_ENFORCEMENT";
}

§Properties

§
errorMessage?: string
[src]

An error message recorded during the execution of this step. Only populated if errors were encountered during this step execution.

§
type?: "TYPE_UNSPECIFIED" | "VALIDATION" | "DESIRED_STATE_CHECK" | "DESIRED_STATE_ENFORCEMENT" | "DESIRED_STATE_CHECK_POST_ENFORCEMENT"
[src]

Configuration step type.