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

PolicyViolationDetails

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

Policy violation details.

interface PolicyViolationDetails {
failureMessage?: string;
policy?: string;
ruleId?: string;
}

§Properties

§
failureMessage?: string
[src]

User readable message about why the request violated a policy. This is not intended for machine parsing.

§
policy?: string
[src]

Name of the policy that was violated. Policy resource will be in the format of projects/{project}/locations/{location}/policies/{policy}.

§
ruleId?: string
[src]

Id of the rule that triggered the policy violation.