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

PolicyViolation

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

Returned from an action if one or more policies were violated, and therefore the action was prevented. Contains information about what policies were violated and why.

interface PolicyViolation {
policyViolationDetails?: PolicyViolationDetails[];
}

§Properties

§
policyViolationDetails?: PolicyViolationDetails[]
[src]

Policy violation details.