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

GcpMetadata

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

GCP metadata associated with the resource, only applicable if the finding's cloud provider is Google Cloud Platform.

interface GcpMetadata {
readonly folders?: GoogleCloudSecuritycenterV2Folder[];
organization?: string;
parent?: string;
parentDisplayName?: string;
project?: string;
projectDisplayName?: string;
}

§Properties

§

Output only. Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

§
organization?: string
[src]

The name of the organization that the resource belongs to.

§
parent?: string
[src]

The full resource name of resource's parent.

§
parentDisplayName?: string
[src]

The human readable name of resource's parent.

§
project?: string
[src]

The full resource name of project that the resource belongs to.

§
projectDisplayName?: string
[src]

The project ID that the resource belongs to.