mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
22 lines
564 B
JSON
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"
|
|
}
|
|
}
|