<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Use of Dynamic Filter in Row Level Security in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Use-of-Dynamic-Filter-in-Row-Level-Security/m-p/581577#M399</link>
    <description>&lt;P&gt;One can use the CAS action&amp;nbsp;accessControl.isAuthorizedTables to show how the&amp;nbsp;s&lt;SPAN&gt;ubstitution parameter resolve.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cas;
  action accessControl.isAuthorizedTables /
    caslib="someLibrary"
    permission="Select"
    tables={"someTable.sashdat"}
  ;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Of course it only shows the values of the user running this action&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2019 19:36:06 GMT</pubDate>
    <dc:creator>BrunoMueller</dc:creator>
    <dc:date>2019-08-15T19:36:06Z</dc:date>
    <item>
      <title>Use of Dynamic Filter in Row Level Security</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Use-of-Dynamic-Filter-in-Row-Level-Security/m-p/547894#M313</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a caslib&amp;nbsp;and imported a dataset. The data set contains a column named 'users'. There are 500+ user id&amp;nbsp;in that column.&lt;/P&gt;&lt;P&gt;I want to use dynamic filter by using Row Level&amp;nbsp;Grant. Without creating 500+ users' id in Viya, how can I apply for row Level Grant So that all users can access the dashboard related to their field after login with their&amp;nbsp;ID?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 13:12:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Use-of-Dynamic-Filter-in-Row-Level-Security/m-p/547894#M313</guid>
      <dc:creator>mrityunjaya</dc:creator>
      <dc:date>2019-04-02T13:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Dynamic Filter in Row Level Security</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Use-of-Dynamic-Filter-in-Row-Level-Security/m-p/548165#M314</link>
      <description>&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at the doc here&amp;nbsp;&lt;A href="https://go.documentation.sas.com/?docsetId=caspg&amp;amp;docsetTarget=p0hl1p1jnrmna0n1hx4lz5hbak8p.htm&amp;amp;docsetVersion=3.4&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=caspg&amp;amp;docsetTarget=p0hl1p1jnrmna0n1hx4lz5hbak8p.htm&amp;amp;docsetVersion=3.4&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;it shows an example of appliying a rule using substitution for the userid, so you only need one rule.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More details here:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/?docsetId=caspg&amp;amp;docsetVersion=3.4&amp;amp;docsetTarget=n1mnqet3nld319n14jv2610m84bk.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=caspg&amp;amp;docsetVersion=3.4&amp;amp;docsetTarget=n1mnqet3nld319n14jv2610m84bk.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=calcdc&amp;amp;cdcVersion=3.4&amp;amp;docsetId=calauthzcas&amp;amp;docsetTarget=n1bf0cwn6ae85gn1b64x2j0czu24.htm&amp;amp;locale=en#n1w8wywhavgjign18mezljnkb5oy"&gt;https://go.documentation.sas.com/?cdcId=calcdc&amp;amp;cdcVersion=3.4&amp;amp;docsetId=calauthzcas&amp;amp;docsetTarget=n1bf0cwn6ae85gn1b64x2j0czu24.htm&amp;amp;locale=en#n1w8wywhavgjign18mezljnkb5oy&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 11:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Use-of-Dynamic-Filter-in-Row-Level-Security/m-p/548165#M314</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2019-04-03T11:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Dynamic Filter in Row Level Security</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Use-of-Dynamic-Filter-in-Row-Level-Security/m-p/581577#M399</link>
      <description>&lt;P&gt;One can use the CAS action&amp;nbsp;accessControl.isAuthorizedTables to show how the&amp;nbsp;s&lt;SPAN&gt;ubstitution parameter resolve.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cas;
  action accessControl.isAuthorizedTables /
    caslib="someLibrary"
    permission="Select"
    tables={"someTable.sashdat"}
  ;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Of course it only shows the values of the user running this action&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 19:36:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Use-of-Dynamic-Filter-in-Row-Level-Security/m-p/581577#M399</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2019-08-15T19:36:06Z</dc:date>
    </item>
  </channel>
</rss>

