<?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: Apply Access Control Template on multiple objects (tables) at a time in SAS Management Console? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742050#M22179</link>
    <description>&lt;P&gt;What about having two SAS libraries pointing to the same physical set of SAS datasets? Then register all 500 tables in one and apply the ACT for users allowed to see all of these on the library not the tables. In the other register the 150 tables and apply the ACT for users allowed to see these on the library and not the tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This means users will only see the library that they are allowed access to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please bear in mind though users can still code their own LIBNAME statement and bypass metadata permissions either with your method or this one.&lt;/P&gt;</description>
    <pubDate>Tue, 18 May 2021 03:30:41 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-05-18T03:30:41Z</dc:date>
    <item>
      <title>Apply Access Control Template on multiple objects (tables) at a time in SAS Management Console?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742046#M22178</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement:&lt;/STRONG&gt; All SAS users should not have access to all the tables from a particular SAS library. They should only see those tables that they are authorized to view. Rest of the tables should not be visible to these users through SAS Enterprise Guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; In order to achieve this, I have created ACTs (Access Control Templates) in the SAS management console and defined permissions for granting/denying access to particular table(s). I applied these ACTs manually on different SAS tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These ACTs are working as expected, means wherever table access was denied through ACT, user is unable to see those tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Challenge:&lt;/STRONG&gt;&amp;nbsp;Solution developed is working as expected, however challenge is that I need to apply these ACTs on a multiple tables. For example, if there are &lt;STRONG&gt;500 tables&lt;/STRONG&gt; within a particular library then set of users should not see &lt;STRONG&gt;150 tables &lt;/STRONG&gt;from this library. ACT need to be applied on these 150 tables. As an administrator it would be difficult to select each table manually and apply ACT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for the solution, whereby Access Control Template can be applied on these 150 tables in one go (probably through SAS code). I am not sure how to achieve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Request your help, as I tried exploring various options on the internet but all the solutions gives information on how to creating ACT and applying it on library or object. I could not find solution where ACTs can be applied on multiple tables in one go.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 02:36:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742046#M22178</guid>
      <dc:creator>darshan_k2905</dc:creator>
      <dc:date>2021-05-18T02:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Access Control Template on multiple objects (tables) at a time in SAS Management Console?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742050#M22179</link>
      <description>&lt;P&gt;What about having two SAS libraries pointing to the same physical set of SAS datasets? Then register all 500 tables in one and apply the ACT for users allowed to see all of these on the library not the tables. In the other register the 150 tables and apply the ACT for users allowed to see these on the library and not the tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This means users will only see the library that they are allowed access to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please bear in mind though users can still code their own LIBNAME statement and bypass metadata permissions either with your method or this one.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 03:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742050#M22179</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-18T03:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Access Control Template on multiple objects (tables) at a time in SAS Management Console?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742051#M22180</link>
      <description>&lt;P&gt;The standard approach to this would be to put the tables in different folders and secure the folders so that inheritance does the heavy lifting. There are several different example scenarios in the SAS documentation. I would definitely recommend that over securing hundreds of individual objects (and maintaining that into the future).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still want some example SAS code that applies an ACT to multiple objects then have a look at the standard SAS MDUGRPAC macro (e.g. /opt/sas94m7/sashome/SASFoundation/9.4/sasautos/mdugrpac.sas) that used to be used in older versions of SAS to automatically secure user groups. It creates an ACT and then applies it to a bunch of objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 03:31:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742051#M22180</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2021-05-18T03:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Access Control Template on multiple objects (tables) at a time in SAS Management Console?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742052#M22181</link>
      <description>&lt;P&gt;Oh, and as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt; mentions, knowledgable SAS users can readily bypass metadata permissions on libraries and tables, so depending on how important this is, you may also want to look at SAS Metadata Bound Libraries: &lt;A href="https://support.sas.com/documentation/cdl/en/seclibag/66930/HTML/default/viewer.htm#n0tzurc8qfze0vn13z4n6j6mzz14.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/seclibag/66930/HTML/default/viewer.htm#n0tzurc8qfze0vn13z4n6j6mzz14.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 03:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742052#M22181</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2021-05-18T03:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Access Control Template on multiple objects (tables) at a time in SAS Management Console?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742817#M22197</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/351248"&gt;@darshan_k2905&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;If these are sas datasets, then one approahc would be to assign&amp;nbsp;permissions&amp;nbsp; file system level.&lt;BR /&gt;A script can be created to perform this action.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 02:54:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742817#M22197</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-05-21T02:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Access Control Template on multiple objects (tables) at a time in SAS Management Console?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742821#M22198</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/131732"&gt;@Sajid01&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thanks for the suggested approach. Is there any sample script that you can share? I can modify it as per my requirement.&lt;BR /&gt;&lt;BR /&gt;Meanwhile, I am exploring option suggested by Paul. i.e., use of SAS MDUGRPAC macro.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 May 2021 03:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Apply-Access-Control-Template-on-multiple-objects-tables-at-a/m-p/742821#M22198</guid>
      <dc:creator>darshan_k2905</dc:creator>
      <dc:date>2021-05-21T03:35:04Z</dc:date>
    </item>
  </channel>
</rss>

