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

GoogleCloudAssetV1GovernedContainer

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

The organization/folder/project resource governed by organization policies of AnalyzeOrgPolicyGovernedContainersRequest.constraint.

interface GoogleCloudAssetV1GovernedContainer {
consolidatedPolicy?: AnalyzerOrgPolicy;
effectiveTags?: EffectiveTagDetails[];
folders?: string[];
fullResourceName?: string;
organization?: string;
parent?: string;
policyBundle?: AnalyzerOrgPolicy[];
project?: string;
}

§Properties

§
consolidatedPolicy?: AnalyzerOrgPolicy
[src]

The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.policy_bundle. The evaluation will respect the organization policy hierarchy rules.

§
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 an organization/folder/project 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 AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.full_resource_name.

§
policyBundle?: AnalyzerOrgPolicy[]
[src]

The ordered list of all organization policies from the AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource. to the scope specified in the request. If the constraint is defined with default policy, it will also appear in the list.

§
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.