Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To apply permission or enable permission.Write the permission setting as per below example in permission.config file.

...


Code Block
languagexml
titleResourcePermissions
<ResourcePermission>
   <Id>6</Id>

...


   <Enabled>true</Enabled>

...


   <Name>MyAccount</Name>

...


   <Note>Users can access My Account settings</Note>

...


   <Groups>

...


      <string>EndClient</string>

...


   </Groups>

...


</ResourcePermission>

...


<ResourcePermission>

...


   <Id>7</Id>

...


   <Enabled>true</Enabled>

...


   <Name> Feedback </Name>

...


   <Note>Users can access Feedback</Note>

...


   <Groups>

...


      <string>EndClient</string>

...


   </Groups>

...


</ResourcePermission>

...


<ResourcePermission>

...


   <Id>8</Id>

...


   <Enabled>true</Enabled>

...


   <Name>Bulletin </Name>

...


   <Note>Users can Bulletin</Note>

...


   <Groups>

...


      <string>ServiceTeam</string>

...


   </Groups>

...


</ResourcePermission>

In above example “EndClient” group is shared between Feedback and MyAccount whereas Bulletin is available to only groups called ‘ServiceTeam’.

Filter by label (Content by label)
showLabelsfalse
max5
spacesASKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "function" , "access" , "user" , "groups" , "permission" ) and type = "page" and space = "ASKB"
labelspermission function access user groups

...