afv-library/samples/ui-bundle-template-app-react-sample-b2x/scripts/org-setup.config.json
svc-idee-bot 9a0712528a
chore: sync React samples from npm (#280)
Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-06-03 12:43:28 +05:30

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"
}
}