Skip to content

Commit

Permalink
feat(decline_subscription): Permission created in in the Client Cl2-C…
Browse files Browse the repository at this point in the history
…X-Portal

Ref: #232
  • Loading branch information
tfjanjua committed Nov 22, 2024
1 parent cfa8ed9 commit 9ca81d2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions import/realm-config/generic/catenax-central/CX-Central-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
"delete_connectors",
"add_connectors",
"activate_subscription",
"decline_subscription",
"view_service_marketplace",
"update_own_user_account",
"view_service_offering",
Expand Down Expand Up @@ -696,6 +697,15 @@
"containerId": "5d09a280-1a45-4519-a086-c0f5d49e4ed8",
"attributes": {}
},
{
"id": "f8d81c07-fa16-4e84-9ad9-29f8d9dedbc3",
"name": "decline_subscription",
"description": "Declination of subscriptions",
"composite": false,
"clientRole": true,
"containerId": "5d09a280-1a45-4519-a086-c0f5d49e4ed8",
"attributes": {}
},
{
"id": "3cc2dbf1-3072-470b-92b1-49ef33ac0dd7",
"name": "Company Admin",
Expand Down Expand Up @@ -912,6 +922,7 @@
"edit_apps",
"view_certificates",
"activate_subscription",
"decline_subscription",
"view_app_subscription",
"App Developer",
"view_autosetup_status"
Expand Down Expand Up @@ -1208,6 +1219,7 @@
"add_connectors",
"modify_user_account",
"activate_subscription",
"decline_subscription",
"update_own_user_account",
"update_service_offering",
"delete_notifications",
Expand Down Expand Up @@ -1456,6 +1468,7 @@
"view_service_subscriptions",
"view_certificates",
"activate_subscription",
"decline_subscription",
"subscribe_service",
"view_service_offering",
"view_app_subscription",
Expand Down Expand Up @@ -1659,6 +1672,7 @@
"Cl2-CX-Portal": [
"view_tech_user_management",
"activate_subscription",
"decline_subscription",
"app_management",
"add_service_offering",
"add_connectors"
Expand Down

0 comments on commit 9ca81d2

Please sign in to comment.