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

GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset

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

Represents a Google Cloud asset(resource or IAM policy) governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.

interface GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset {
consolidatedPolicy?: AnalyzerOrgPolicy;
policyBundle?: AnalyzerOrgPolicy[];
}

§Properties

§
consolidatedPolicy?: AnalyzerOrgPolicy
[src]

The consolidated policy for the analyzed asset. The consolidated policy is computed by merging and evaluating AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.policy_bundle. The evaluation will respect the organization policy hierarchy rules.

§

An IAM policy governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.

§

A Google Cloud resource governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.

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