Skip to content

Commit 3d66c59

Browse files
authored
Merge pull request #190361 from ArvindHarinder1/patch-238
Update functions-for-customizing-application-data.md
2 parents 2fff385 + fead5fa commit 3d66c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/app-provisioning/functions-for-customizing-application-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ Example: Based on the user's first name, middle name and last name, you need to
10491049
SingleAppRoleAssignment([appRoleAssignments])
10501050

10511051
**Description:**
1052-
Returns a single appRoleAssignment from the list of all appRoleAssignments assigned to a user for a given application. This function is required to convert the appRoleAssignments object into a single role name string. The best practice is to ensure only one appRoleAssignment is assigned to one user at a time, and if multiple roles are assigned the role string returned may not be predictable.
1052+
Returns a single appRoleAssignment from the list of all appRoleAssignments assigned to a user for a given application. This function is required to convert the appRoleAssignments object into a single role name string. The best practice is to ensure only one appRoleAssignment is assigned to one user at a time. This function is not supported in scenarios where users have multiple app role assignments.
10531053

10541054
**Parameters:**
10551055

0 commit comments

Comments
 (0)