mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 06:41:42 +08:00
18 lines
418 B
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>"
|
|
}
|
|
}
|