Skip to content

Commit

Permalink
Remove profiles that are now provided by itop-admin-delegation-profil…
Browse files Browse the repository at this point in the history
…es extension
  • Loading branch information
xtophe38 committed Jul 26, 2023
1 parent 460bc0c commit 650c5e4
Showing 1 changed file with 0 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,94 +11,6 @@
<profile id="8" _delta="delete"/><!-- Change Supervisor -->
<profile id="9" _delta="delete"/><!-- Change Approver -->
<profile id="10" _delta="delete"/><!-- Service Manager -->
<profile id="43" _delta="define">
<name>User Manager</name>
<description>Has the rights to create and modify users. Must be combined with another profile.</description>
<groups>
<group id="User">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
<action id="action:bulk write">allow</action>
</actions>
</group>
</groups>
</profile><!-- User Manager -->
<profile id="44" _delta="define">
<name>Notification Manager</name>
<description>Has the rights to create and modify notification triggers and actions. Must be combined with another profile.</description>
<groups>
<group id="Notification">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
<action id="action:bulk write">allow</action>
</actions>
</group>
</groups>
</profile><!-- Notification Manager -->
<profile id="45" _delta="define">
<name>Audit Manager</name>
<description>Has the rights to create and modify Audit rules. Must be combined with another profile.</description>
<groups>
<group id="Audit">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
<action id="action:bulk write">allow</action>
</actions>
</group>
</groups>
</profile><!-- Audit Manager -->
<profile id="46" _delta="define">
<name>Query Manager</name>
<description>Has the rights to create and modify the Query Phrasebook. Must be combined with another profile.</description>
<groups>
<group id="Query">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
<action id="action:bulk write">allow</action>
</actions>
</group>
</groups>
</profile><!-- Query Manager -->
<!-- profile id="47" _delta="define">
<name>SynchroData Manager</name>
<description>Has the rights to create and modify the Synchro data source</description>
<groups>
<group id="SynchroData">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
<action id="action:bulk read">allow</action>
<action id="action:bulk write">allow</action>
</actions>
</group>
</groups>
</profile -->
<profile id="48" _delta="define">
<name>Admin Tools Manager</name>
<description>Has the rights to the Administration menu. Must be combined with another profile.</description>
<groups>
<group id="AdminTools">
<actions>
<action id="action:write">allow</action>
<action id="action:delete">allow</action>
<action id="action:read">allow</action>
</actions>
</group>
</groups>
</profile>
</profiles>
</user_rights>
</itop_design>

0 comments on commit 650c5e4

Please sign in to comment.