CloudControl
import type { CloudControl } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
CloudControl associated with the finding.
interface CloudControl {
cloudControlName?: string;
policyType?: string;
type?: "CLOUD_CONTROL_TYPE_UNSPECIFIED" | "BUILT_IN" | "CUSTOM";
version?: number;
}