AddUserApplicationRoleAssignment
Assigns a user to an application role for access and permissions management.
Input
Name | Type | Description |
ResourceId | String | The unique identifier of the resource within Azure Active Directory, typically representing an application or service. |
AppRoleId | String | The unique identifier of the application role being assigned to the user, representing a specific permission set. |
UserId | String | The unique identifier of the user in Azure Active Directory to whom the role is being assigned. |
Result Set Columns
Name | Type | Description |
Success | String | A flag indicating whether the operation to assign the role was completed successfully (true or false). |