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