GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRuleStringValues
import type { GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRuleStringValues } from "https://googleapis.deno.dev/v1/assuredworkloads:v1.ts";
The values allowed for a ListPolicy.
interface GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRuleStringValues {
allowedValues?: string[];
deniedValues?: string[];
}