GoogleCloudSecuritycenterV2ResourceApplication
import type { GoogleCloudSecuritycenterV2ResourceApplication } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";The App Hub Application associated with the finding's resource.
interface GoogleCloudSecuritycenterV2ResourceApplication {
attributes?: GoogleCloudSecuritycenterV2ResourceApplicationAttributes;
name?: string;
}