AddGroupApplicationRoleAssignment
Adds a group to an application role assignment, granting specific permissions to the group.
Input
| Name | Type | Description |
| ResourceId | String | The unique identifier of the resource within Azure Active Directory, representing the target entity for the role assignment. |
| AppRoleId | String | The unique identifier of the application role to be assigned, specifying the permissions or actions the role allows. |
| GroupId | String | The unique identifier of the group to which the application role will be assigned, representing a collection of users or entities. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the role assignment operation was executed successfully and returns a boolean result. |