policyBundle property

List<AnalyzerOrgPolicy>? policyBundle
getter/setter pair

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.

Implementation

core.List<AnalyzerOrgPolicy>? policyBundle;