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

ViolationDetails

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

Message describing the violation in an evaluation result.

interface ViolationDetails {
asset?: string;
observed?: {
[key: string]: string;
}
;
serviceAccount?: string;
}

§Properties

§
asset?: string
[src]

The name of the asset.

§
observed?: {
[key: string]: string;
}
[src]

Details of the violation.

§
serviceAccount?: string
[src]

The service account associated with the resource.