Google Cloud Asset V1 Client - Class Rule (1.14.1)

Reference documentation and code samples for the Google Cloud Asset V1 Client class Rule.

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.

Generated from protobuf message google.cloud.asset.v1.AnalyzerOrgPolicy.Rule

Namespace

Google \ Cloud \ Asset \ V1 \ AnalyzerOrgPolicy

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ values Google\Cloud\Asset\V1\AnalyzerOrgPolicy\Rule\StringValues

List of values to be used for this PolicyRule. This field can be set only in Policies for list constraints.

↳ allow_all bool

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

↳ deny_all bool

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

↳ enforce bool

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.

↳ condition Google\Type\Expr

The evaluating condition for this rule.

getValues

List of values to be used for this PolicyRule. This field can be set only in Policies for list constraints.

Returns
TypeDescription
Google\Cloud\Asset\V1\AnalyzerOrgPolicy\Rule\StringValues|null

hasValues

setValues

List of values to be used for this PolicyRule. This field can be set only in Policies for list constraints.

Parameter
NameDescription
var Google\Cloud\Asset\V1\AnalyzerOrgPolicy\Rule\StringValues
Returns
TypeDescription
$this

getAllowAll

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

Returns
TypeDescription
bool

hasAllowAll

setAllowAll

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getDenyAll

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

Returns
TypeDescription
bool

hasDenyAll

setDenyAll

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getEnforce

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.

Returns
TypeDescription
bool

hasEnforce

setEnforce

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.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getCondition

The evaluating condition for this rule.

Returns
TypeDescription
Google\Type\Expr|null

hasCondition

clearCondition

setCondition

The evaluating condition for this rule.

Parameter
NameDescription
var Google\Type\Expr
Returns
TypeDescription
$this

getKind

Returns
TypeDescription
string