Skip to content

Commit a88f745

Browse files
authored
Remove orgpolicy policy rule limit from documentation (GoogleCloudPlatform#12010)
1 parent 8b82a90 commit a88f745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/products/orgpolicy/Policy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ properties:
8484
output: true
8585
- name: 'rules'
8686
type: Array
87-
description: 'Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.'
87+
description: 'In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.'
8888
item_type:
89-
description: 'Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.'
89+
description: 'In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set `enforced` to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.'
9090
type: NestedObject
9191
properties:
9292
- name: 'values'

0 commit comments

Comments
 (0)