<?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: Each User must see own app published on public stream in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Each-User-must-see-own-app-published-on-public-stream/m-p/1641518#M47800</link>
    <description>&lt;P&gt;hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49547"&gt;@Riccardo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following security rule hide all app in stream name "public" &amp;nbsp;except the app which user owns.&lt;/P&gt;&lt;P&gt;Step -1&lt;BR /&gt;--------&lt;BR /&gt;Disable the default Stream rule.&lt;/P&gt;&lt;P&gt;Step-2&lt;BR /&gt;---------&lt;/P&gt;&lt;P&gt;Create two security rules.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rule-1&lt;/P&gt;&lt;P&gt;Name : Custom-stream-rule&lt;/P&gt;&lt;P&gt;Description : Replacement for Default Stream rule and it hide app where stream name is equal to public.&lt;BR /&gt;resource filter : App*&lt;BR /&gt;Actions : Read&lt;BR /&gt;Conditions :&lt;BR /&gt;(resource.resourcetype = "App" and resource.stream.HasPrivilege("read"))&lt;BR /&gt;and !(resource.stream.name="public")&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;((resource.resourcetype = "App.Object" and resource.published ="true" and resource.objectType != "app_appscript" and resource.objectType != "loadmodel") and resource.app.stream.HasPrivilege("read"))&lt;/P&gt;&lt;P&gt;Context : Only in hub&lt;/P&gt;&lt;P&gt;Rule-2&lt;/P&gt;&lt;P&gt;Name : Custom-stream-exception-rule&lt;BR /&gt;Description : allows to show app when user is app owner&lt;BR /&gt;Resource filter : App*&lt;BR /&gt;Actions : Read&lt;BR /&gt;Conditions :&lt;/P&gt;&lt;P&gt;(resource.resourcetype = "App"&lt;BR /&gt;and resource.stream.HasPrivilege("read"))&lt;BR /&gt;and (resource.stream.name="public")&lt;BR /&gt;and ((user.name=resource.app.owner.name))&lt;BR /&gt;or&lt;BR /&gt;((resource.resourcetype = "App.Object"&lt;BR /&gt;and resource.published ="true"&lt;BR /&gt;and resource.objectType != "app_appscript"&lt;BR /&gt;and resource.objectType != "loadmodel")&lt;BR /&gt;and resource.app.stream.HasPrivilege("read"))&lt;/P&gt;&lt;P&gt;Context : Only in hub&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Note:&amp;nbsp;Resource filter : App* not App_*&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;i hope this rule is satisfy your requirement.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sasikumar&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Thu, 31 Oct 2019 05:03:19 GMT</pubDate>
    <dc:creator>sasikumar</dc:creator>
    <dc:date>2019-10-31T05:03:19Z</dc:date>
    <item>
      <title>Each User must see own app published on public stream</title>
      <link>https://community.qlik.com/t5/App-Development/Each-User-must-see-own-app-published-on-public-stream/m-p/1639811#M47691</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have a Public Stream with some Apps ..&lt;/P&gt;&lt;P&gt;These Apps have different "owner user".&lt;/P&gt;&lt;P&gt;I would like that logged users seens only its apps.&lt;/P&gt;&lt;P&gt;How can i write it on Security Rules?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Each-User-must-see-own-app-published-on-public-stream/m-p/1639811#M47691</guid>
      <dc:creator>Riccardo</dc:creator>
      <dc:date>2024-11-16T19:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Each User must see own app published on public stream</title>
      <link>https://community.qlik.com/t5/App-Development/Each-User-must-see-own-app-published-on-public-stream/m-p/1641518#M47800</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49547"&gt;@Riccardo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following security rule hide all app in stream name "public" &amp;nbsp;except the app which user owns.&lt;/P&gt;&lt;P&gt;Step -1&lt;BR /&gt;--------&lt;BR /&gt;Disable the default Stream rule.&lt;/P&gt;&lt;P&gt;Step-2&lt;BR /&gt;---------&lt;/P&gt;&lt;P&gt;Create two security rules.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rule-1&lt;/P&gt;&lt;P&gt;Name : Custom-stream-rule&lt;/P&gt;&lt;P&gt;Description : Replacement for Default Stream rule and it hide app where stream name is equal to public.&lt;BR /&gt;resource filter : App*&lt;BR /&gt;Actions : Read&lt;BR /&gt;Conditions :&lt;BR /&gt;(resource.resourcetype = "App" and resource.stream.HasPrivilege("read"))&lt;BR /&gt;and !(resource.stream.name="public")&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;((resource.resourcetype = "App.Object" and resource.published ="true" and resource.objectType != "app_appscript" and resource.objectType != "loadmodel") and resource.app.stream.HasPrivilege("read"))&lt;/P&gt;&lt;P&gt;Context : Only in hub&lt;/P&gt;&lt;P&gt;Rule-2&lt;/P&gt;&lt;P&gt;Name : Custom-stream-exception-rule&lt;BR /&gt;Description : allows to show app when user is app owner&lt;BR /&gt;Resource filter : App*&lt;BR /&gt;Actions : Read&lt;BR /&gt;Conditions :&lt;/P&gt;&lt;P&gt;(resource.resourcetype = "App"&lt;BR /&gt;and resource.stream.HasPrivilege("read"))&lt;BR /&gt;and (resource.stream.name="public")&lt;BR /&gt;and ((user.name=resource.app.owner.name))&lt;BR /&gt;or&lt;BR /&gt;((resource.resourcetype = "App.Object"&lt;BR /&gt;and resource.published ="true"&lt;BR /&gt;and resource.objectType != "app_appscript"&lt;BR /&gt;and resource.objectType != "loadmodel")&lt;BR /&gt;and resource.app.stream.HasPrivilege("read"))&lt;/P&gt;&lt;P&gt;Context : Only in hub&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Note:&amp;nbsp;Resource filter : App* not App_*&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;i hope this rule is satisfy your requirement.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sasikumar&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 31 Oct 2019 05:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Each-User-must-see-own-app-published-on-public-stream/m-p/1641518#M47800</guid>
      <dc:creator>sasikumar</dc:creator>
      <dc:date>2019-10-31T05:03:19Z</dc:date>
    </item>
  </channel>
</rss>

