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