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

GoogleCloudAssetV1Rule

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

This rule message is a customized version of the one defined in the Organization Policy system. In addition to the fields defined in the original organization policy, it contains additional field(s) under specific circumstances to support analysis results.

interface GoogleCloudAssetV1Rule {
allowAll?: boolean;
condition?: Expr;
conditionEvaluation?: ConditionEvaluation;
denyAll?: boolean;
enforce?: boolean;
}

§Properties

§
allowAll?: boolean
[src]

Setting this to true means that all values are allowed. This field can be set only in Policies for list constraints.

§
condition?: Expr
[src]

The evaluating condition for this rule.

§
conditionEvaluation?: ConditionEvaluation
[src]

The condition evaluation result for this rule. Only populated if it meets all the following criteria: * There is a condition defined for this rule. * This rule is within AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.consolidated_policy, or AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.consolidated_policy when the AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset has AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.governed_resource.

§
denyAll?: boolean
[src]

Setting this to true means that all values are denied. This field can be set only in Policies for list constraints.

§
enforce?: boolean
[src]

If true, then the Policy is enforced. If false, then any configuration is acceptable. This field can be set only in Policies for boolean constraints.

§

List of values to be used for this policy rule. This field can be set only in policies for list constraints.