RemoveGroupApplicationRoleAssignment
Removes a group from an application role assignment, revoking specific permissions.
Input
Name | Type | Description |
AppRoleAssignmentId | String | The unique identifier of the application role assignment to be removed, representing a specific role assigned to an application. |
GroupId | String | The unique identifier of the group whose application role assignment is being removed, ensuring the correct group is targeted. |
Result Set Columns
Name | Type | Description |
Success | String | Indicates whether the operation to remove the application role assignment completed successfully. Returns true for success and false for failure. |