afv-library/skills/experience-ui-bundle-deploy/assets/org-setup.config.template.json

18 lines
418 B
JSON

{
"permsetAssignments": {
"defaultAssignee": "currentUser",
"assignments": {
"<PermissionSetApiName>": { "assignee": "currentUser" },
"<GuestPermissionSetApiName>": { "assignee": "guestUser" }
}
},
"role": {
"assignee": "currentUser",
"roleName": "<UserRole name>"
},
"selfRegistration": {
"selfRegProfile": "<Profile API name>",
"accountName": "<display name>"
}
}