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.