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

RelatedAsset

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

An asset identifier in Google Cloud which contains its name, type and ancestors. An asset can be any resource in the Google Cloud resource hierarchy, a resource outside the Google Cloud resource hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy). See Supported asset types for more information.

interface RelatedAsset {
ancestors?: string[];
asset?: string;
assetType?: string;
relationshipType?: string;
}

§Properties

§
ancestors?: string[]
[src]

The ancestors of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. Example: ["projects/123456789", "folders/5432", "organizations/1234"]

§
asset?: string
[src]

The full name of the asset. Example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1 See Resource names for more information.

§
assetType?: string
[src]

The type of the asset. Example: compute.googleapis.com/Disk See Supported asset types for more information.

§
relationshipType?: string
[src]

The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP