OrgPolicyConstraint
import type { OrgPolicyConstraint } from "https://googleapis.deno.dev/v1/securityposture:v1.ts";
A predefined organization policy constraint.
interface OrgPolicyConstraint {
cannedConstraintId?: string;
policyRules?: GoogleCloudSecuritypostureV1PolicyRule[];
}