Skip to content

Commit

Permalink
LRDOCS-12695 Add User Role batch Client Extensions to Clarity Workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudioss23 authored and brianchandotcom committed May 8, 2024
1 parent 3770486 commit 4be9745
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"configuration": {
"className": "com.liferay.headless.admin.user.dto.v1_0.Role",
"parameters": {
"containsHeaders": "true",
"createStrategy": "UPSERT",
"onErrorFail": "false"
},
"taskItemDelegateName": "DEFAULT"
},
"items": [
{
"availableLanguages": [
"en-US"
],
"description_i18n": {
"en-US": "Business Development Managers are responsible for the final review and approval of distributor applications."
},
"externalReferenceCode": "D4B8_BUSINESS_DEVELOPMENT_MANAGER",
"name": "D4B8 Business Development Manager",
"name_i18n": {
"en-US": "D4B8 Business Development Manager"
},
"roleType": "regular"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ liferay-clarity-batch-oauth-application-headless-server:
name: Liferay Clarity Batch OAuth Application Headless Server
scopes:
- Liferay.Headless.Admin.List.Type.everything
- Liferay.Headless.Admin.User.everything
- Liferay.Headless.Admin.Workflow.everything
- Liferay.Headless.Batch.Engine.everything
type: oAuthApplicationHeadlessServer

0 comments on commit 4be9745

Please sign in to comment.