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 violdation in execution result

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

§Properties

§
asset?: string
[src]

the name of asset

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

observed

§
serviceAccount?: string
[src]

the service account associate with resource