Skip to content

Commit 1255618

Browse files
committed
RANGER-4587: blog: dynamic expressions - fixed attributes details for USER expression
1 parent e68e4ad commit 1255618

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/src/site/resources/blogs/dynamic_expressions.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,10 +552,13 @@ <h1>Supported expressions</h1>
552552
<p class=MsoNormal style='line-height:normal'><span lang=EN>USER</span></p>
553553
</td>
554554
<td style='width:275pt;border-top:none;border-left: none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt; padding:5.0pt 5.0pt 5.0pt 5.0pt'>
555-
<p class=MsoNormal style='line-height:normal'><span lang=EN>Name of the user</span></p>
555+
<p class=MsoNormal style='line-height:normal'><span lang=EN>Current user</span></p>
556556
</td>
557557
<td style='width:225pt;border-top:none;border-left: none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt; padding:5.0pt 5.0pt 5.0pt 5.0pt'>
558-
<p class=MsoSmaller style='line-height:normal'><span lang=EN style='font-family: "Courier New"'>&quot;scott&quot;</span></p>
558+
<p class=MsoSmaller style='line-height:normal'><span lang=EN style='font-family: "Courier New"'>{</span></p>
559+
<p class=MsoSmaller style='line-height:normal'><span lang=EN style='font-family: "Courier New"'> &quot;_name&quot;: &quot;scott&quot;,</span></p>
560+
<p class=MsoSmaller style='line-height:normal'><span lang=EN style='font-family: "Courier New"'> &quot;allowedSensitiveLevel&quot;: 10</span></p>
561+
<p class=MsoSmaller style='line-height:normal'><span lang=EN style='font-family: "Courier New"'>}</span></p>
559562
</td>
560563
</tr>
561564
</table>

0 commit comments

Comments
 (0)