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

OrgPolicy

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

Contains information about the org policies associated with the finding.

interface OrgPolicy {
name?: string;
}

§Properties

§
name?: string
[src]

The resource name of the org policy. Example: "organizations/{organization_id}/policies/{constraint_name}"