Skip to content

Commit

Permalink
Merge pull request #263 from ShanChathusanda93/org-user-invite-permis…
Browse files Browse the repository at this point in the history
…sion-branch

Add permissions for organization user invitation
  • Loading branch information
ShanChathusanda93 authored Oct 21, 2023
2 parents bf2cdba + 6cd70dc commit 313a5e2
Showing 1 changed file with 50 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!--
~ Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com).
~
~ WSO2 LLC. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->

<component xmlns="http://products.wso2.org/carbon">
<ManagementPermissions>
<ManagementPermission>
<DisplayName>Identity</DisplayName>
<ResourceId>/permission/admin/manage/identity</ResourceId>
</ManagementPermission>
<ManagementPermission>
<DisplayName>Guest Management</DisplayName>
<ResourceId>/permission/admin/manage/identity/guestmgt</ResourceId>
</ManagementPermission>
<ManagementPermission>
<DisplayName>Users</DisplayName>
<ResourceId>/permission/admin/manage/identity/guestmgt/user</ResourceId>
</ManagementPermission>
<ManagementPermission>
<DisplayName>Invitation</DisplayName>
<ResourceId>/permission/admin/manage/identity/guestmgt/user/invite</ResourceId>
</ManagementPermission>
<ManagementPermission>
<DisplayName>List</DisplayName>
<ResourceId>/permission/admin/manage/identity/guestmgt/user/invite/list</ResourceId>
</ManagementPermission>
<ManagementPermission>
<DisplayName>Add</DisplayName>
<ResourceId>/permission/admin/manage/identity/guestmgt/user/invite/add</ResourceId>
</ManagementPermission>
<ManagementPermission>
<DisplayName>Delete</DisplayName>
<ResourceId>/permission/admin/manage/identity/guestmgt/user/invite/delete</ResourceId>
</ManagementPermission>
</ManagementPermissions>
</component>

0 comments on commit 313a5e2

Please sign in to comment.