BookmarkSubscribeRSS Feed
ertefddfg
Calcite | Level 5

Hello,

We are looking to find out if we can implement role based or user based access restrictions of a Visual Analytics report content.
1) One of our requirement is that a group of users will have access to a report which has various tabs inside it. So, is it possible to restrict certain tabs access to only a set of users who has access to report and not everyone who has access?
2) Can we restrict the users access to the data used in the report? So, if a report used 6 data tables, can a set of users be given access to only 5 tables and show only certain portion of the report content that uses the 5 tables that hey have access to?

Please clarify us if there is any way to achieve our above requirements.

Picture this: slick bodies sliding all over each other, every moan caught in high def. Want more than vanilla? Get kinky with BDSM scenes or peek at naughty orgies where everyone’s invited. And if real couples going at it revs your engine, we’ve found the best sites for voyeurs out there.

On the hunt for something specific? These lists help navigate so you can shoot straight to the hottest clips without fumbling around. Authentic amateurs? They’ve got wild home videos with next-door hotties wifes that know how to work it better than some wannabe stars!
Plug in and get off to endless feeds of eye-popping action that's always fresh and completely unrestricted—no catches, just free viewing until your heart's xxx content (or something else). Remember, why pay when you can have the pleasure palace thrown open wide without a single dollar leaving your bank account?
1 REPLY 1
acordes
Rhodochrosite | Level 12

Yes, we solved this by running the following code:

 

You have to work closely with the admin of SAS Viya to create user groups and assign users to them. 

The tables whose content we want to lock for unauthorized access we use at row-level the same UserId than it appears in the sas viya administration.  

 

proc cas;
accessControl.updSomeAcsTable /
acs={
{caslib="onair" table="TY_9_SOLICITUDES_V16.sashdat" identity="RedComercial"
identitytype="Group" 
permtype="Grant"
permission="Select"
filter="strip(upcase(dkx))=('SUB::SAS.Userid')"}, 

{caslib="onair" table="TY_9_SOLICITUDES_V16.sashdat" identity="DirComercial"
identitytype="Group" 
permtype="Grant"
permission="Select"
filter="1=1"}
}
;
quit;

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Discussion stats
  • 1 reply
  • 502 views
  • 0 likes
  • 2 in conversation