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

Policy

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

The details of a policy, including the constraints that it includes.

interface Policy {
complianceStandards?: ComplianceStandard[];
constraint?: Constraint;
description?: string;
policyId?: string;
}

§Properties

§
complianceStandards?: ComplianceStandard[]
[src]

Optional. The compliance standards that the policy helps enforce.

§
constraint?: Constraint
[src]

Required. The constraints that the policy includes.

§
description?: string
[src]

Optional. A description of the policy.

§
policyId?: string
[src]

Required. A user-specified identifier for the policy. In a PolicySet, each policy must have a unique identifier.