Skip to content

Commit c81bef6

Browse files
fix(iam): review
1 parent cf3badc commit c81bef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/iam/reference-content/understanding-policy-conditions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ All standard CEL functions are supported, as well as the following custom Scalew
9696
### Multiple policies
9797
If multiple policies with different conditions apply to the same principal, the presence of a single policy with met conditions (or no conditions) will override any denying rules from other policies, allowing the action to be taken.
9898

99-
For example, if you set up a policy that grants access to a resource only on Monday while another policy grants access only on Tuesday, the action will still be permitted on Monday.
99+
For example, if you set up a policy that grants access to a resource only on Monday while another policy grants access only on Tuesday, the action will still be allowed on Monday. The access will be granted on both days.
100100

101101
### Timezones
102102

0 commit comments

Comments
 (0)