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

ComplianceOccurrence

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

An indication that the compliance checks in the associated ComplianceNote were not satisfied for particular resources or a specified reason.

interface ComplianceOccurrence {
nonComplianceReason?: string;
nonCompliantFiles?: NonCompliantFile[];
}

§Properties

§
nonComplianceReason?: string
[src]
§
nonCompliantFiles?: NonCompliantFile[]
[src]