Skip to content

Commit 7fd34ed

Browse files
authored
Link to [*] alias evaluation
Having this link when reading this document would have saved me a few hours. Any suggestions to wording are welcome.
1 parent 406cd6a commit 7fd34ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/governance/policy/concepts/definition-structure.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ letter, `.` to match any character, and any other character to match that actual
307307
**match** and **notMatch** are case-sensitive. Case-insensitive alternatives are available in
308308
**matchInsensitively** and **notMatchInsensitively**. For examples, see [Allow several name patterns](../samples/allow-multiple-name-patterns.md).
309309

310+
When working with **\[\*\] alias** array field values, note that that every element of the
311+
array is evaluated individually, with logical AND between them. For details see
312+
[Evaluating the \[\*\] alias](../how-to/author-policies-for-arrays.md#evaluating-the--alias).
313+
310314
### Fields
311315

312316
Conditions are formed by using fields. A field matches properties in the resource request payload

0 commit comments

Comments
 (0)