Google Cloud Asset V1 Client - Class AnalyzerOrgPolicy (1.10.2)

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

This organization policy message is a modified version of the one defined in the Organization Policy system. This message contains several fields defined in the original organization policy with some new fields for analysis purpose.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ attached_resource string

The full resource name of an organization/folder/project resource where this organization policy is set. Notice that some type of constraints are defined with default policy. This field will be empty for them.

↳ applied_resource string

The full resource name of an organization/folder/project resource where this organization policy applies to. For any user defined org policies, this field has the same value as the [attached_resource] field. Only for default policy, this field has the different value.

↳ rules array<Google\Cloud\Asset\V1\AnalyzerOrgPolicy\Rule>

List of rules for this organization policy.

↳ inherit_from_parent bool

If inherit_from_parent is true, Rules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this policy becomes the effective root for evaluation.

↳ reset bool

Ignores policies set above this resource and restores the default behavior of the constraint at this resource. This field can be set in policies for either list or boolean constraints. If set, rules must be empty and inherit_from_parent must be set to false.

getAttachedResource

The full resource name of an organization/folder/project resource where this organization policy is set.

Notice that some type of constraints are defined with default policy. This field will be empty for them.

Returns
TypeDescription
string

setAttachedResource

The full resource name of an organization/folder/project resource where this organization policy is set.

Notice that some type of constraints are defined with default policy. This field will be empty for them.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAppliedResource

The full resource name of an organization/folder/project resource where this organization policy applies to.

For any user defined org policies, this field has the same value as the [attached_resource] field. Only for default policy, this field has the different value.

Returns
TypeDescription
string

setAppliedResource

The full resource name of an organization/folder/project resource where this organization policy applies to.

For any user defined org policies, this field has the same value as the [attached_resource] field. Only for default policy, this field has the different value.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRules

List of rules for this organization policy.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRules

List of rules for this organization policy.

Parameter
NameDescription
var array<Google\Cloud\Asset\V1\AnalyzerOrgPolicy\Rule>
Returns
TypeDescription
$this

getInheritFromParent

If inherit_from_parent is true, Rules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this policy becomes the effective root for evaluation.

Returns
TypeDescription
bool

setInheritFromParent

If inherit_from_parent is true, Rules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this policy becomes the effective root for evaluation.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getReset

Ignores policies set above this resource and restores the default behavior of the constraint at this resource.

This field can be set in policies for either list or boolean constraints. If set, rules must be empty and inherit_from_parent must be set to false.

Returns
TypeDescription
bool

setReset

Ignores policies set above this resource and restores the default behavior of the constraint at this resource.

This field can be set in policies for either list or boolean constraints. If set, rules must be empty and inherit_from_parent must be set to false.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this