AdcApplication
import type { AdcApplication } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";Represents an ADC application associated with the finding.
interface AdcApplication {
attributes?: GoogleCloudSecuritycenterV1ResourceApplicationAttributes;
name?: string;
}