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. 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. This payload should not contain any core content.

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

Optional. Tags referenced on the resource at the time of evaluation. These also include the federated tags, if they are supplied in the CheckOrgPolicy or CheckCustomConstraints Requests. Optional field as of now. These tags are the Cloud tags that are available on the resource during the policy evaluation and will be available as part of the OrgPolicy check response for logging purposes.

§
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