GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule
import type { GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule } from "https://googleapis.deno.dev/v1/assuredworkloads:v1.ts";
A rule used to express this policy.
interface GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule {
allowAll?: boolean;
denyAll?: boolean;
enforce?: boolean;
}