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

OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceExecResourceOutput

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

ExecResource specific output.

interface OSPolicyAssignmentReportOSPolicyComplianceOSPolicyResourceComplianceExecResourceOutput {
enforcementOutput?: Uint8Array;
}

§Properties

§
enforcementOutput?: Uint8Array
[src]

Output from enforcement phase output file (if run). Output size is limited to 100K bytes.