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

OrgPolicyViolationInfo

import type { OrgPolicyViolationInfo } from "https://googleapis.deno.dev/v1/servicecontrol:v2.ts";

Represents OrgPolicy Violation information.

interface OrgPolicyViolationInfo {
payload?: {
[key: string]: any;
}
;
resourceTags?: {
[key: string]: string;
}
;
resourceType?: string;
violationInfo?: ViolationInfo[];
}

§Properties

§
payload?: {
[key: string]: any;
}
[src]

Optional. Deprecated. Resource payload that is currently in scope and is subjected to orgpolicy conditions. This payload may be the subset of the actual Resource that may come in the request.

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

Optional. Deprecated. Tags referenced on the resource at the time of evaluation.

§
resourceType?: string
[src]

Optional. Resource type that the orgpolicy is checked against. Example: compute.googleapis.com/Instance, store.googleapis.com/bucket

§
violationInfo?: ViolationInfo[]
[src]

Optional. Policy violations