Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AdcApplication

import type { AdcApplication } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Represents an ADC application associated with the finding.

interface AdcApplication {
name?: string;
}

§Properties

§

Consumer provided attributes for the AppHub application.

§
name?: string
[src]

The resource name of an ADC Application. Format: projects/{project}/locations/{location}/spaces/{space}/applications/{application}