afv-library/samples/ui-bundle-template-app-react-sample-b2x/scripts/org-setup.config.json
2026-06-01 23:35:59 +00:00

22 lines
564 B
JSON

{
"permsetAssignments": {
"assignments": {
"Property_Management_Access": { "assignee": "currentUser" },
"Tenant_Maintenance_Access": { "assignee": "skip" },
"Property_Rental_Guest_User_Access": {
"assignee": "guestUser",
"siteName": "propertyrentalapp"
}
}
},
"role": {
"assignee": "currentUser",
"roleName": "Admin"
},
"selfRegistration": {
"siteName": "propertyrentalapp",
"selfRegProfile": "Property Rental Prospect Profile",
"accountName": "Property Rental Self-Registration"
}
}