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

GoogleCloudSecuritycenterV1p1beta1Resource

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

Information related to the Google Cloud resource.

interface GoogleCloudSecuritycenterV1p1beta1Resource {
name?: 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.

§
name?: string
[src]
§
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.