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

PolicySet

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

A group of one or more Policy resources.

interface PolicySet {
description?: string;
policies?: Policy[];
policySetId?: string;
}

§Properties

§
description?: string
[src]

Optional. A description of the policy set.

§
policies?: Policy[]
[src]

Required. The Policy resources in the policy set. Each policy must have a policy_id that's unique within the policy set.

§
policySetId?: string
[src]

Required. An identifier for the policy set.