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

GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource

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

The Google Cloud resources governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.

interface GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource {
assetType?: string;
effectiveTags?: EffectiveTagDetails[];
folders?: string[];
fullResourceName?: string;
organization?: string;
parent?: string;
project?: string;
}

§Properties

§
assetType?: string
[src]

The asset type of the AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name Example: cloudresourcemanager.googleapis.com/Project See Cloud Asset Inventory Supported Asset Types for all supported asset types.

§
effectiveTags?: EffectiveTagDetails[]
[src]

The effective tags on this resource.

§
folders?: string[]
[src]

The folder(s) that this resource belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to one or more folders.

§
fullResourceName?: string
[src]

The [full resource name] (https://cloud.google.com/asset-inventory/docs/resource-name-format) of the Google Cloud resource.

§
organization?: string
[src]

The organization that this resource belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to an organization.

§
parent?: string
[src]

The [full resource name] (https://cloud.google.com/asset-inventory/docs/resource-name-format) of the parent of AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name.

§
project?: string
[src]

The project that this resource belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the resource belongs to a project.