Reference documentation and code samples for the Google Cloud Asset V1 Client class OrgPolicyResult.
The organization policy result to the query.
Generated from protobuf message google.cloud.asset.v1.AnalyzeOrgPoliciesResponse.OrgPolicyResult
Namespace
Google \ Cloud \ Asset \ V1 \ AnalyzeOrgPoliciesResponseMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ consolidated_policy |
Google\Cloud\Asset\V1\AnalyzerOrgPolicy
The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating AnalyzeOrgPoliciesResponse.policy_bundle. The evaluation will respect the organization policy hierarchy rules. |
↳ policy_bundle |
array<Google\Cloud\Asset\V1\AnalyzerOrgPolicy>
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. |
getConsolidatedPolicy
The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating AnalyzeOrgPoliciesResponse.policy_bundle.
The evaluation will respect the organization policy hierarchy rules.
Returns | |
---|---|
Type | Description |
Google\Cloud\Asset\V1\AnalyzerOrgPolicy|null |
hasConsolidatedPolicy
clearConsolidatedPolicy
setConsolidatedPolicy
The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating AnalyzeOrgPoliciesResponse.policy_bundle.
The evaluation will respect the organization policy hierarchy rules.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Asset\V1\AnalyzerOrgPolicy
|
Returns | |
---|---|
Type | Description |
$this |
getPolicyBundle
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPolicyBundle
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.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Asset\V1\AnalyzerOrgPolicy>
|
Returns | |
---|---|
Type | Description |
$this |