Wanted a new role that give read-only access to few users in syslog_transaction table

nitin51
Tera Contributor

Hi,

I wanted to create new role that give access to syslog_transaction table only. 

and it users who has this role should be viewing those table in read-only format.

please guide me on this.

1 ACCEPTED SOLUTION

Harsh Vardhan
Giga Patron

@nitin51  You can create a table level READ ACL on syslog_transaction table and define your custom role . this will allow user to access the data on read only format. 

 

Let me  know if you have any further questions for me. 

 

Thanks,

Harsh

 

View solution in original post

2 REPLIES 2

Harsh Vardhan
Giga Patron

@nitin51  You can create a table level READ ACL on syslog_transaction table and define your custom role . this will allow user to access the data on read only format. 

 

Let me  know if you have any further questions for me. 

 

Thanks,

Harsh

 

Adding screenshot for your reference. 

 

logtrans.PNG

 

Hope it will help you.