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?: {}
[src][key: string]: any;
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?: {}
[src][key: string]: string;
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